top-level: system should still come from the host platform

2a6e4ae49a and
e51f736076 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:
John Ericson
2018-09-23 13:24:44 -04:00
parent fdbf9f280f
commit 359d00f8b0
+1 -1
View File
@@ -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);