shells and stuff

This commit is contained in:
cnst
2024-07-13 07:02:26 +02:00
parent 17ff4d452a
commit 503408448a
4 changed files with 17 additions and 53 deletions

View File

@@ -58,7 +58,7 @@
in {
inherit lib;
packages.x86_64-linux.default = fenix.packages.x86_64-linux.minimal.toolchain;
devShells = forEachSystem (pkgs: import ./core/shell/dev.nix {inherit pkgs;});
devShells = forEachSystem (pkgs: import ./nixos/core/shells/dev.nix {inherit inputs pkgs;});
formatter = forEachSystem (pkgs: pkgs.alejandra);
nixosConfigurations = {