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
commit 1829e7ccac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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);