Merge pull request #8139 from edolstra/no-nixpkgsFor-output

Remove nixpkgsFor flake output
This commit is contained in:
Eelco Dolstra
2023-03-31 17:09:36 +02:00
committed by GitHub
-2
View File
@@ -472,8 +472,6 @@
};
in {
inherit nixpkgsFor;
# A Nixpkgs overlay that overrides the 'nix' and
# 'nix.perl-bindings' packages.
overlays.default = overlayFor (p: p.stdenv);