Prune : Use nix-store for nix.
This commit is contained in:
parent
4ddcd4420c
commit
3b223c0ded
|
@ -7,7 +7,7 @@ function prune_docker() {
|
||||||
|
|
||||||
# Prune Nix Store.
|
# Prune Nix Store.
|
||||||
function prune_nix() {
|
function prune_nix() {
|
||||||
nix-collect-garbage -d
|
nix-store --gc
|
||||||
}
|
}
|
||||||
|
|
||||||
# Uninstall flatpaks not listed in the config.
|
# Uninstall flatpaks not listed in the config.
|
||||||
|
|
Reference in a new issue