migrated all languages to devshell
This commit is contained in:
12
flake.nix
12
flake.nix
@@ -87,7 +87,17 @@
|
||||
shell = createConfig "shell" inputs.nixpkgs;
|
||||
};
|
||||
devShells.${system} = {
|
||||
python = self.nixosConfigurations.shell.config.devShells.python;
|
||||
inherit (self.nixosConfigurations.shell.config.devShells)
|
||||
cc
|
||||
docker
|
||||
haskell
|
||||
javascript
|
||||
julia
|
||||
nix
|
||||
python
|
||||
rust
|
||||
sh
|
||||
;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user