chore: delete result directory after running
This commit is contained in:
parent
7c206927dc
commit
06440c5f0d
9
justfile
9
justfile
|
@ -1,13 +1,16 @@
|
|||
default:
|
||||
just --list
|
||||
|
||||
apollo command *args:
|
||||
clean:
|
||||
rm -rf ./result
|
||||
|
||||
apollo command *args: && clean
|
||||
sudo nixos-rebuild {{ command }} --flake .#apollo {{ args }}
|
||||
|
||||
pop-os command *args:
|
||||
pop-os command *args: && clean
|
||||
home-manager {{ command }} -f home-manager/home.nix --flake .#pop-os {{ args }}
|
||||
|
||||
wsl2 command *args:
|
||||
wsl2 command *args: && clean
|
||||
home-manager {{ command }} -f home-manager/home.nix --flake .#wsl2 {{ args }}
|
||||
|
||||
update *args:
|
||||
|
|
Loading…
Reference in a new issue