top-level: top-level/stdenv.nix no longer needs pkg argument
This commit is contained in:
@@ -84,7 +84,7 @@ let
|
||||
|
||||
stdenvDefault = self: super:
|
||||
import ./stdenv.nix {
|
||||
inherit system bootStdenv crossSystem config platform lib nixpkgsFun pkgs;
|
||||
inherit system bootStdenv crossSystem config platform lib nixpkgsFun;
|
||||
};
|
||||
|
||||
allPackages = self: super:
|
||||
|
||||
Reference in New Issue
Block a user