aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/install-with-disko
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-11-08 15:38:03 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-11-08 15:38:03 -0800
commitf7066b606e431eab1fab038b85b2f685684c7684 (patch)
tree414e86878d24a48bc504948e29e3a8c45e5260ca /scripts/install-with-disko
parentede6fac73494152e307355c8b045dd42c17aaf96 (diff)
downloadnix-f7066b606e431eab1fab038b85b2f685684c7684.tar
nix-f7066b606e431eab1fab038b85b2f685684c7684.tar.gz
nix-f7066b606e431eab1fab038b85b2f685684c7684.tar.bz2
nix-f7066b606e431eab1fab038b85b2f685684c7684.tar.lz
nix-f7066b606e431eab1fab038b85b2f685684c7684.tar.xz
nix-f7066b606e431eab1fab038b85b2f685684c7684.tar.zst
nix-f7066b606e431eab1fab038b85b2f685684c7684.zip
Follow correct disko to match current documentation
Diffstat (limited to '')
-rwxr-xr-xscripts/install-with-disko2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-with-disko b/scripts/install-with-disko
index 2640084..f95dc4c 100755
--- a/scripts/install-with-disko
+++ b/scripts/install-with-disko
@@ -89,7 +89,7 @@ if [[ "${REPLY}" == "y" ]]; then
if (( ! ${+opts[--skip-disko]} )); then
sudo nix --experimental-features "nix-command flakes" \
- run github:nix-community/disko/latest \
+ run github:nix-community/disko \
-- \
--mode destroy,format,mount \
"${DIR}/../hosts/${TARGET_HOST}/disks.nix"