makefile | add a clean target
This commit is contained in:
parent
18d9054b0f
commit
5007e9dbe8
1 changed files with 3 additions and 0 deletions
3
makefile
3
makefile
|
|
@ -9,3 +9,6 @@ update:
|
|||
vm:
|
||||
doas nixos-rebuild switch --flake .#vm2 && result/bin/run-*-vm
|
||||
|
||||
clean:
|
||||
doas nix-collect-garbage
|
||||
doas nix store optimise
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue