Compare commits

..

1 commit

Author SHA1 Message Date
71b5cb8988 Fix non-existent variables 2024-12-05 09:36:50 +01:00

View file

@ -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")