mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
fix: Remove unreferenced variable declaration
This commit is contained in:
parent
dd025155fb
commit
388dfd8b5e
1 changed files with 0 additions and 3 deletions
3
disko
3
disko
|
@ -6,9 +6,6 @@ readonly libexec_dir="${0%/*}"
|
||||||
# a file with the disko config
|
# a file with the disko config
|
||||||
declare 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
|
# mount was chosen as the default mode because it's less destructive
|
||||||
mode=mount
|
mode=mount
|
||||||
nix_args=()
|
nix_args=()
|
||||||
|
|
Loading…
Reference in a new issue