lol

nixos-rebuild: Fix Nix fallback

Somebody forgot that Bash is not a real programming language...

+2 -2
+2 -2
nixos/modules/installer/tools/nixos-rebuild.sh
··· 257 257 prebuiltNix() { 258 258 machine="$1" 259 259 if [ "$machine" = x86_64 ]; then 260 - return /nix/store/xryr9g56h8yjddp89d6dw12anyb4ch7c-nix-1.10 260 + echo /nix/store/xryr9g56h8yjddp89d6dw12anyb4ch7c-nix-1.10 261 261 elif [[ "$machine" =~ i.86 ]]; then 262 - return /nix/store/2w92k5wlpspf0q2k9mnf2z42prx3bwmv-nix-1.10 262 + echo /nix/store/2w92k5wlpspf0q2k9mnf2z42prx3bwmv-nix-1.10 263 263 else 264 264 echo "$0: unsupported platform" 265 265 exit 1