Skip to content

Commit

Permalink
Remove nixpkgsFor flake output
Browse files Browse the repository at this point in the history
Fixes "warning: unknown flake output 'nixpkgsFor'".
  • Loading branch information
edolstra committed Mar 31, 2023
1 parent bb6e124 commit 2425121
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2425121

Please sign in to comment.