From da3e4b9a9bd3365897e5c5f847ba4a8e484d1d15 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Sun, 30 Oct 2022 14:34:41 +0100 Subject: [PATCH] Add flatpak cleanup to store-gc --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index fa5a4167..499bc4b9 100644 --- a/shell.nix +++ b/shell.nix @@ -66,7 +66,7 @@ pkgs.devshell.mkShell { { name = "store-gc"; 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";