Replace with statements of stdenvDefault to rely on pkgs instead of self.
This commit is contained in:
parent
020bb40454
commit
be3531a56e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue