top-level: system
should still come from the host platform
2a6e4ae49a891adc7c0562fda08b17d60beb1b4f and e51f736076548459f36a1250de4bf6867f880b66 reverted a bit too much, and I initially missed this when reviewing. The release notes already still mention this change, too.
This commit is contained in:
parent
fdbf9f280f
commit
359d00f8b0
@ -83,7 +83,7 @@ let
|
|||||||
inherit (super.stdenv) buildPlatform hostPlatform targetPlatform;
|
inherit (super.stdenv) buildPlatform hostPlatform targetPlatform;
|
||||||
in {
|
in {
|
||||||
inherit buildPlatform hostPlatform targetPlatform;
|
inherit buildPlatform hostPlatform targetPlatform;
|
||||||
inherit (buildPlatform) system;
|
inherit (hostPlatform) system;
|
||||||
};
|
};
|
||||||
|
|
||||||
splice = self: super: import ./splice.nix lib self (buildPackages != null);
|
splice = self: super: import ./splice.nix lib self (buildPackages != null);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user