From f48fc6bb9a06258129c15333b5c5d86d39621a14 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 6 Dec 2024 00:55:51 +0100 Subject: [PATCH] Restore permissions in `nixpkgs` --- scripts/Common/OS/setup.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Common/OS/setup.fish b/scripts/Common/OS/setup.fish index 3f014288..30802010 100755 --- a/scripts/Common/OS/setup.fish +++ b/scripts/Common/OS/setup.fish @@ -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"