We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbabbf2 + 841f461 commit 85bed16Copy full SHA for 85bed16
src/nixos-anywhere.sh
@@ -719,7 +719,7 @@ if [ ${copyHostKeys-n} = "y" ]; then
719
cp -a "\$p" "/mnt/\$p"
720
done
721
fi
722
-NIXOS_NO_CHECK=1 nixos-install --no-root-passwd --no-channel-copy --system "$nixosSystem"
+nixos-install --no-root-passwd --no-channel-copy --system "$nixosSystem"
723
if [[ ${phases[reboot]} == 1 ]]; then
724
if command -v zpool >/dev/null && [ "\$(zpool list)" != "no pools available" ]; then
725
# we always want to export the zfs pools so people can boot from it without force import
0 commit comments