Remove nixpkgsFor flake output

Fixes "warning: unknown flake output 'nixpkgsFor'".
This commit is contained in:
Eelco Dolstra 2023-03-31 16:08:16 +02:00
parent bb6e1244a3
commit 2425121a59

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