Remove default value of CONFIG_MODULE
This commit is contained in:
parent
c1f296a7ce
commit
3e125c639d
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
#!/bin/env fish
|
||||
begin
|
||||
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/Scripts/config.fish"
|
||||
|
||||
|
@ -15,7 +14,7 @@ begin
|
|||
pacstrap -K "$mountDir" fish jq nix tmux
|
||||
end
|
||||
|
||||
function setupOS -S -V dir -V CONFIG_MODULE -V mountDir
|
||||
function setupOS -S -V dir -V mountDir
|
||||
source "$dir/../../Common/Scripts/hooks.fish"
|
||||
source "$dir/../../Common/Scripts/wait-network.fish"
|
||||
|
||||
|
|
Loading…
Reference in a new issue