Add legacyPackages output
This commit is contained in:
parent
21feab0889
commit
e74656a175
@ -105,6 +105,12 @@
|
|||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
legacyPackages = forEachSystem (system:
|
||||||
|
lib.packagesFromDirectoryRecursive {
|
||||||
|
callPackage = nixpkgs.legacyPackages.${system}.callPackage;
|
||||||
|
directory = ./pkgs;
|
||||||
|
});
|
||||||
|
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
atlas = mkNixosSystem { system = "x86_64-linux"; name = "atlas"; };
|
atlas = mkNixosSystem { system = "x86_64-linux"; name = "atlas"; };
|
||||||
eos = mkNixosSystem { system = "x86_64-linux"; name = "eos"; };
|
eos = mkNixosSystem { system = "x86_64-linux"; name = "eos"; };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user