feat(Just): Add gc
This commit is contained in:
parent
ac30155eef
commit
d2a20ab153
1 changed files with 4 additions and 0 deletions
4
Justfile
4
Justfile
|
@ -16,3 +16,7 @@ update:
|
||||||
|
|
||||||
updatejust this:
|
updatejust this:
|
||||||
nix flake update {{this}}
|
nix flake update {{this}}
|
||||||
|
|
||||||
|
alias gc := collectgarbage
|
||||||
|
collectgarbage:
|
||||||
|
nix-collect-garbage -d
|
||||||
|
|
Loading…
Reference in a new issue