Merge pull request #45397 from volth/patch-233

$toplevel/system: buildPlatform.system -> hostPlatform.system
This commit is contained in:
John Ericson 2018-08-20 14:36:13 -04:00 committed by GitHub
commit f0d6e22b7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,7 +74,7 @@ let
echo -n "$configurationName" > $out/configuration-name
echo -n "systemd ${toString config.systemd.package.interfaceVersion}" > $out/init-interface-version
echo -n "$nixosLabel" > $out/nixos-version
echo -n "$system" > $out/system
echo -n "${pkgs.stdenv.hostPlatform.system}" > $out/system
mkdir $out/fine-tune
childCount=0