We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 6e4a343 commit 7077031Copy full SHA for 7077031
nixos/modules/installer/tools/nixos-rebuild.sh
@@ -250,7 +250,7 @@ trap cleanup EXIT
250
# If --repair is given, don't try to use the Nix daemon, because the
251
# flag can only be used directly.
252
if [ -z "$repair" ] && systemctl show nix-daemon.socket nix-daemon.service | grep -q ActiveState=active; then
253
- export NIX_REMOTE=${NIX_REMOTE:-daemon}
+ export NIX_REMOTE=${NIX_REMOTE-daemon}
254
fi
255
256
0 commit comments