We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--build-on auto
local
1 parent b957b44 commit 5a24bc2Copy full SHA for 5a24bc2
src/nixos-anywhere.sh
@@ -552,7 +552,7 @@ checkBuildLocally() {
552
-L \
553
"${nixOptions[@]}" \
554
--expr \
555
- "derivation { system = \"$system\"; name = \"env-$entropy\"; builder = \"/bin/sh\"; args = [ \"-c\" \"echo > \$out\" ]; }"; then
+ "derivation { system = \"$machineSystem\"; name = \"env-$entropy\"; builder = \"/bin/sh\"; args = [ \"-c\" \"echo > \$out\" ]; }"; then
556
# The local build failed
557
buildOn=local
558
return
0 commit comments