diff --git a/nixosModules/desktop/environment/home/dev.nix b/nixosModules/desktop/environment/home/dev.nix index be8191e2..366bf8d1 100644 --- a/nixosModules/desktop/environment/home/dev.nix +++ b/nixosModules/desktop/environment/home/dev.nix @@ -7,6 +7,7 @@ home.packages = [ (pkgs.writeShellScriptBin "testChanges" '' + chmod +w -fR /home/matt/git/$1/$2/{.cache,build} rm -r /home/matt/git/$1/$2/{.cache,build} cd /home/matt/.nix || return nix flake update "$1"