stdenv/custom: avoid aliases
This commit is contained in:
parent
a41b6f0e24
commit
e6a064f749
@ -17,8 +17,8 @@ in bootStages ++ [
|
||||
(vanillaPackages: {
|
||||
inherit config overlays;
|
||||
stdenv =
|
||||
assert vanillaPackages.hostPlatform == localSystem;
|
||||
assert vanillaPackages.targetPlatform == localSystem;
|
||||
assert vanillaPackages.stdenv.hostPlatform == localSystem;
|
||||
assert vanillaPackages.stdenv.targetPlatform == localSystem;
|
||||
config.replaceStdenv { pkgs = vanillaPackages; };
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user