fix: Remove unreferenced variable declaration

This commit is contained in:
Victor Engmark 2023-01-10 17:01:28 +13:00
parent dd025155fb
commit 388dfd8b5e

3
disko
View File

@ -6,9 +6,6 @@ readonly libexec_dir="${0%/*}"
# a file with the disko config
declare disko_config
# a flake uri, if present disko config is relative to the flake root
declare from_flake
# mount was chosen as the default mode because it's less destructive
mode=mount
nix_args=()