Fix non-existent variable
This commit is contained in:
parent
1c452512ef
commit
45b0ed910c
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
|
||||
source "$dir/../../lib/nix.fish"
|
||||
|
||||
# Copy `nixpkgs` channel
|
||||
|
|
Loading…
Reference in a new issue