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:18:38 -04:00
parent fdbf9f280f
commit 359d00f8b0

View file

@ -83,7 +83,7 @@ let
inherit (super.stdenv) buildPlatform hostPlatform targetPlatform;
in {
inherit buildPlatform hostPlatform targetPlatform;
inherit (buildPlatform) system;
inherit (hostPlatform) system;
};
splice = self: super: import ./splice.nix lib self (buildPackages != null);