Forward NIXOS_REBUILD env

This commit is contained in:
Sandro - 2023-10-30 01:01:09 +01:00
parent c18b88a011
commit 971dc4131e
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ lib.attrsets.mapAttrs
${hostConfig.system.build.copyToServer} ${inputPaths} ${declaredRunnerDrvPath}
${hostConfig.system.build.runOnServer} bash -e <<END
${hostConfig.system.build.runOnServer} NIXOS_REBUILD=$NIXOS_REBUILD bash -e <<END
set -eou pipefail
${createDirsCopyCurrent name}