We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cfd191 + e6a064f commit 19f40a3Copy full SHA for 19f40a3
pkgs/stdenv/custom/default.nix
@@ -17,8 +17,8 @@ in bootStages ++ [
17
(vanillaPackages: {
18
inherit config overlays;
19
stdenv =
20
- assert vanillaPackages.hostPlatform == localSystem;
21
- assert vanillaPackages.targetPlatform == localSystem;
+ assert vanillaPackages.stdenv.hostPlatform == localSystem;
+ assert vanillaPackages.stdenv.targetPlatform == localSystem;
22
config.replaceStdenv { pkgs = vanillaPackages; };
23
})
24
0 commit comments