From 9637ddbb8c77713c846c18180a883334a8bd23a2 Mon Sep 17 00:00:00 2001 From: Emmet Date: Thu, 28 Nov 2024 19:16:18 -0600 Subject: [PATCH] Fix nix cache permission errors? --- sync-user.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/sync-user.sh b/sync-user.sh index 803e8c51..83c71d3a 100755 --- a/sync-user.sh +++ b/sync-user.sh @@ -6,9 +6,6 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) -# Fix root-owned sqlite errors -sudo chown -R 1000:users ~/.cache/nix; - # Install and build home-manager configuration home-manager switch --flake $SCRIPT_DIR#user;