move all packages under one folder
This commit is contained in:
parent
2c1e1edcb0
commit
09064bc71e
@ -150,7 +150,7 @@
|
||||
qcow = getImages nixosConfigurations "qcow";
|
||||
};
|
||||
|
||||
packages = import ./packages { pkgs = nixpkgs.legacyPackages.x86_64-linux; };
|
||||
packages = import ./pkgs { pkgs = nixpkgs.legacyPackages.x86_64-linux; };
|
||||
checks = import ./checks.nix { inherit inputs forEachSystem formatter; };
|
||||
devShells = import ./shell.nix { inherit inputs forEachSystem checks; };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user