From c7006c6be0d9a3ca2ac9497b7b75f1c79f105617 Mon Sep 17 00:00:00 2001 From: caem Date: Thu, 16 Jan 2025 19:31:10 +0100 Subject: [PATCH] oops --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 5dc94b3..4e41f03 100755 --- a/install.sh +++ b/install.sh @@ -125,8 +125,7 @@ ensure_confirmation() { partition_disk() { if [ "$DOTNIX_CONFIRM_DISK_NUKE" = "yes" ]; then - sudo nix --experimental-features 'flakes nix-command' run --github:nix-community/disko/latest \ - -- --mode destroy,format,mount --yes-wipe-all-disks "./hosts/$DOTNIX_HOSTNAME/disko.nix" + sudo nix --experimental-features 'flakes nix-command' run --github:nix-community/disko/latest -- --mode destroy,format,mount --yes-wipe-all-disks "./hosts/$DOTNIX_HOSTNAME/disko.nix" else >&2 echo "Aborted installation due to invalid state in the partitioning step." exit 1