1

Add flatpak cleanup to store-gc

This commit is contained in:
2022-10-30 14:34:41 +01:00
parent 17951d864a
commit da3e4b9a9b

View File

@ -66,7 +66,7 @@ pkgs.devshell.mkShell {
{ {
name = "store-gc"; name = "store-gc";
help = "Run NixOS garbage collector"; help = "Run NixOS garbage collector";
command = "nix-store --gc && sudo nix-collect-garbage -d"; command = "nix-store --gc && sudo nix-collect-garbage -d && flatpak uninstall --unused";
} }
{ {
name = "store-optimise"; name = "store-optimise";