move all packages under one folder
This commit is contained in:
parent
232dfcbf86
commit
718a5a806c
@ -159,7 +159,7 @@
|
|||||||
qcow = getImages nixosConfigurations "qcow";
|
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; };
|
checks = import ./checks.nix { inherit inputs forEachSystem formatter; };
|
||||||
devShells = import ./shell.nix { inherit inputs forEachSystem checks; };
|
devShells = import ./shell.nix { inherit inputs forEachSystem checks; };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user