nix develop changes

This commit is contained in:
cnst
2024-09-15 11:29:28 +02:00
parent ab240de51c
commit dee673f212
3 changed files with 18 additions and 24 deletions

View File

@@ -11,7 +11,7 @@
];
perSystem = {pkgs, ...}: {
devShells = import ./system/nix/shell {inherit pkgs;};
devShells = import ./system/nix/shell {inherit pkgs inputs;};
formatter = pkgs.alejandra;
packages.cleanup-boot = pkgs.buildFHSUserEnv {