Compare commits
2 commits
71b5cb8988
...
133f2ce61e
Author | SHA1 | Date | |
---|---|---|---|
133f2ce61e | |||
759877b6e4 |
1 changed files with 3 additions and 1 deletions
|
@ -79,8 +79,10 @@ function runSetup
|
|||
end | runChroot "$mountDir" tee /root/.bash_profile >/dev/null
|
||||
end
|
||||
|
||||
function prepareNix
|
||||
function prepareNix -V dir
|
||||
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