re-export legacyPackages from nixpkgs

This commit is contained in:
joachimschmidt557 2021-12-25 21:08:04 +01:00
parent 07bbf855c1
commit be2e9c9c01
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -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;
};
}