Replace with statements of stdenvDefault to rely on pkgs instead of self.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user