mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
parent
975ea7ae66
commit
6bb2fb7b03
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue