Skip to content

Commit 841f461

Browse files
committed
Back out "Don't run preSwitchChecks during install"
This backs out commit be2d9d7.
1 parent dbabbf2 commit 841f461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nixos-anywhere.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ if [ ${copyHostKeys-n} = "y" ]; then
719719
cp -a "\$p" "/mnt/\$p"
720720
done
721721
fi
722-
NIXOS_NO_CHECK=1 nixos-install --no-root-passwd --no-channel-copy --system "$nixosSystem"
722+
nixos-install --no-root-passwd --no-channel-copy --system "$nixosSystem"
723723
if [[ ${phases[reboot]} == 1 ]]; then
724724
if command -v zpool >/dev/null && [ "\$(zpool list)" != "no pools available" ]; then
725725
# we always want to export the zfs pools so people can boot from it without force import

0 commit comments

Comments
 (0)