Compare commits
1 commit
133f2ce61e
...
71b5cb8988
Author | SHA1 | Date | |
---|---|---|---|
71b5cb8988 |
1 changed files with 1 additions and 3 deletions
|
@ -79,10 +79,8 @@ function runSetup
|
|||
end | runChroot "$mountDir" tee /root/.bash_profile >/dev/null
|
||||
end
|
||||
|
||||
function prepareNix -V dir
|
||||
function prepareNix -V dir -V mountDir
|
||||
source "$dir/../../lib/nix.fish"
|
||||
source "$dir/../../lib/settings.fish"
|
||||
set -l mountDir (getOSConfig partition.rootDir)
|
||||
|
||||
# Copy `nixpkgs` channel
|
||||
mkdir -p (dirname "$mountDir/$nixPkgsDir")
|
||||
|
|
Loading…
Reference in a new issue