migrated all languages to devshell

This commit is contained in:
2025-04-18 21:29:02 -06:00
parent ecb9f386ce
commit 023744a872
11 changed files with 256 additions and 94 deletions

View File

@@ -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
;
};
};
}