Fix non-existent variables
This commit is contained in:
parent
092ae9621b
commit
71b5cb8988
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ function runSetup
|
|||
end | runChroot "$mountDir" tee /root/.bash_profile >/dev/null
|
||||
end
|
||||
|
||||
function prepareNix
|
||||
function prepareNix -V dir -V mountDir
|
||||
source "$dir/../../lib/nix.fish"
|
||||
|
||||
# Copy `nixpkgs` channel
|
||||
|
|
Loading…
Reference in a new issue