mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
Remove nixpkgsFor flake output
Fixes "warning: unknown flake output 'nixpkgsFor'".
This commit is contained in:
parent
bb6e1244a3
commit
2425121a59
1 changed files with 0 additions and 2 deletions
|
@ -472,8 +472,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
in {
|
in {
|
||||||
inherit nixpkgsFor;
|
|
||||||
|
|
||||||
# A Nixpkgs overlay that overrides the 'nix' and
|
# A Nixpkgs overlay that overrides the 'nix' and
|
||||||
# 'nix.perl-bindings' packages.
|
# 'nix.perl-bindings' packages.
|
||||||
overlays.default = overlayFor (p: p.stdenv);
|
overlays.default = overlayFor (p: p.stdenv);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue