chore(hypr): allow deletion of build files in dev script
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
0b4fa08ddb
commit
2cfbfe9bef
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue