darwin.builder: Fix system for install-credentials

The script was being mistakenly being built for the guest
system instead of the host system
This commit is contained in:
Gabriella Gonzalez
2022-12-24 08:47:59 -06:00
parent fad554efbb
commit 799491feba
+1 -1
View File
@@ -62,7 +62,7 @@ in
# This installCredentials script is written so that it's as easy as
# possible for a user to audit before confirming the `sudo`
installCredentials = pkgs.writeShellScript "install-credentials" ''
installCredentials = hostPkgs.writeShellScript "install-credentials" ''
KEYS="''${1}"
INSTALL=${hostPkgs.coreutils}/bin/install
"''${INSTALL}" -g nixbld -m 600 "''${KEYS}/${user}_${keyType}" ${privateKey}