re-export legacyPackages from nixpkgs
This commit is contained in:
parent
07bbf855c1
commit
be2e9c9c01
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
|||
zig = import ./nix/zig.nix { pkgs = pkgs; };
|
||||
};
|
||||
}) // {
|
||||
|
||||
nixosConfigurations = {
|
||||
dustbowl = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
|
|
@ -37,5 +38,8 @@
|
|||
}) ];
|
||||
};
|
||||
};
|
||||
|
||||
legacyPackages = nixpkgs.legacyPackages;
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue