diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-11-08 15:38:03 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-11-08 15:38:03 -0800 |
commit | f7066b606e431eab1fab038b85b2f685684c7684 (patch) | |
tree | 414e86878d24a48bc504948e29e3a8c45e5260ca /scripts/install-with-disko | |
parent | ede6fac73494152e307355c8b045dd42c17aaf96 (diff) | |
download | nix-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 'scripts/install-with-disko')
-rwxr-xr-x | scripts/install-with-disko | 2 |
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" |