Skip to content

Commit

Permalink
Replace with statements of stdenvDefault to rely on pkgs instead of s…
Browse files Browse the repository at this point in the history
…elf.
  • Loading branch information
nbp committed Mar 20, 2016
1 parent 020bb40 commit be3531a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ let
stdenvAdapters =
import ../stdenv/adapters.nix pkgs;

stdenvDefault = with helperFunctions; with self; with overrides; {
stdenvDefault = with pkgs; with stdenvDefault; {


### STANDARD ENVIRONMENT
Expand Down

0 comments on commit be3531a

Please sign in to comment.