chore: delete result directory after running

This commit is contained in:
Oliver Davies 2022-10-04 08:01:46 +01:00
parent 7c206927dc
commit 06440c5f0d

View file

@ -1,13 +1,16 @@
default: default:
just --list just --list
apollo command *args: clean:
rm -rf ./result
apollo command *args: && clean
sudo nixos-rebuild {{ command }} --flake .#apollo {{ args }} 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 }} 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 }} home-manager {{ command }} -f home-manager/home.nix --flake .#wsl2 {{ args }}
update *args: update *args: