mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
fish(nix-collect-garbage): Delete user garbage as well
Fixes an issue where user-specific stuff never got cleaned up from the nix store.
This commit is contained in:
parent
95b10ec3ef
commit
6dde83cea9
@ -97,7 +97,7 @@
|
||||
nb = "nix build";
|
||||
ns = "nix shell";
|
||||
nr = "nix run";
|
||||
ncg = "sudo nix-collect-garbage -d";
|
||||
ncg = "sudo nix-collect-garbage -d && nix-collect-garbage -d";
|
||||
nvd = "nvd --color always diff /run/current-system result | less -R";
|
||||
|
||||
b = "bun";
|
||||
|
Loading…
Reference in New Issue
Block a user