lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

nixos-rebuild: fix --file with --build-host (#351667)

authored by

tomberek and committed by
GitHub
5c65b894 91003669

+4
+4
pkgs/os-specific/linux/nixos-rebuild/nixos-rebuild.sh
··· 307 307 esac 308 308 done 309 309 310 + if [[ -z $buildingAttribute ]]; then 311 + instArgs+=("$buildFile") 312 + fi 313 + 310 314 drv="$(runCmd nix-instantiate "${instArgs[@]}" "${extraBuildFlags[@]}")" 311 315 if [ -a "$drv" ]; then 312 316 logVerbose "Running nix-copy-closure with these NIX_SSHOPTS: $SSHOPTS"