Remove default value of CONFIG_MODULE

This commit is contained in:
Manuel Thalmann 2024-07-20 14:02:36 +02:00
parent eb486369f2
commit 3f6f037394

View file

@ -1,7 +1,6 @@
#!/bin/env fish #!/bin/env fish
begin begin
set -l dir (status dirname) set -l dir (status dirname)
set -q CONFIG_MODULE || set -l CONFIG_MODULE "$dir/config.nix"
source "$dir/../../Common/OS/setup.fish" source "$dir/../../Common/OS/setup.fish"
source "$dir/../../Common/Scripts/config.fish" source "$dir/../../Common/Scripts/config.fish"
@ -15,7 +14,7 @@ begin
pacstrap -K "$mountDir" fish jq nix tmux pacstrap -K "$mountDir" fish jq nix tmux
end end
function setupOS -S -V dir -V CONFIG_MODULE -V mountDir function setupOS -S -V dir -V mountDir
source "$dir/../../Common/Scripts/wait-network.fish" source "$dir/../../Common/Scripts/wait-network.fish"
source "$dir/../../Common/Scripts/hooks.fish" source "$dir/../../Common/Scripts/hooks.fish"