chore(hypr): allow deletion of build files in dev script
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-11-10 17:18:19 -05:00
parent 0b4fa08ddb
commit 2cfbfe9bef

View file

@ -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"