Restore permissions in nixpkgs
This commit is contained in:
parent
4f6c92b2a7
commit
f48fc6bb9a
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ function runSetup
|
||||||
set -l path "$mountDir/$nixPkgsDir"
|
set -l path "$mountDir/$nixPkgsDir"
|
||||||
and mkdir -p (dirname "$path")
|
and mkdir -p (dirname "$path")
|
||||||
and cp -r "$nixPkgsDir" "$path"
|
and cp -r "$nixPkgsDir" "$path"
|
||||||
|
and git -C "$path" reset --hard
|
||||||
end
|
end
|
||||||
|
|
||||||
and runHook initOS "Please set up a function `initOS` for initializing the mounted OS and installing valhalla dependencies"
|
and runHook initOS "Please set up a function `initOS` for initializing the mounted OS and installing valhalla dependencies"
|
||||||
|
|
Loading…
Reference in a new issue