move shells into shells/ directory
This commit is contained in:
parent
f66b84607f
commit
2cedfe5274
4 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@
|
|||
in
|
||||
{
|
||||
devShells = {
|
||||
go = import ./go.nix { inherit pkgs; };
|
||||
python = import ./python.nix { inherit pkgs; };
|
||||
haskell = import ./haskell.nix { inherit pkgs; };
|
||||
go = import ./shells/go.nix { inherit pkgs; };
|
||||
haskell = import ./shells/haskell.nix { inherit pkgs; };
|
||||
python = import ./shells/python.nix { inherit pkgs; };
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue