diff --git a/disko b/disko index 7e4f0bf..dadaa33 100755 --- a/disko +++ b/disko @@ -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=()