top-level: Do stdenvOverrides in stage.nix even if crossSystem exists.
Instead, the cross stdenv will patch up the override field -- the complexity is now confined to the one place it matters.
This commit is contained in:
committed by
John Ericson
parent
3e197f7d81
commit
0f33b9f7f1
@@ -24,6 +24,7 @@ in bootStages ++ [
|
||||
stdenv = vanillaPackages.stdenv // {
|
||||
# Needed elsewhere as a hacky way to pass the target
|
||||
cross = crossSystem;
|
||||
overrides = _: _: {};
|
||||
};
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user