From 388dfd8b5e28c84412a862c5fa130581c5402996 Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Tue, 10 Jan 2023 17:01:28 +1300 Subject: [PATCH] fix: Remove unreferenced variable declaration --- disko | 3 --- 1 file changed, 3 deletions(-) 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=()