forked from lix-project/lix
Remove nixpkgsFor flake output
Fixes "warning: unknown flake output 'nixpkgsFor'".
This commit is contained in:
parent
bb6e1244a3
commit
2425121a59
|
@ -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…
Reference in a new issue