From 1d845365fbde7874d1753105888780345ca55cbb Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 6 Dec 2024 00:33:33 +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..5f873a73 100755 --- a/scripts/Common/OS/setup.fish +++ b/scripts/Common/OS/setup.fish @@ -11,6 +11,7 @@ function runSetup source "$dir/../../lib/nix.fish" source "$dir/../../lib/restoration.fish" source "$dir/../../lib/settings.fish" + git -C "$nixPkgsDir" reset --hard set -l mountDir (getOSConfig partition.rootDir) if not type -q runChroot