Restore permissions in nixpkgs

This commit is contained in:
Manuel Thalmann 2024-12-06 00:55:51 +01:00
parent 4f6c92b2a7
commit f48fc6bb9a

View file

@ -65,6 +65,7 @@ function runSetup
set -l path "$mountDir/$nixPkgsDir"
and mkdir -p (dirname "$path")
and cp -r "$nixPkgsDir" "$path"
and git -C "$path" reset --hard
end
and runHook initOS "Please set up a function `initOS` for initializing the mounted OS and installing valhalla dependencies"