summaryrefslogtreecommitdiff
path: root/pkgs/nixgc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/nixgc/default.nix')
-rw-r--r--pkgs/nixgc/default.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/pkgs/nixgc/default.nix b/pkgs/nixgc/default.nix
index d13614a..9e25bd7 100644
--- a/pkgs/nixgc/default.nix
+++ b/pkgs/nixgc/default.nix
@@ -16,7 +16,10 @@ writeShellApplication {
nix profile wipe-history --profile "$profile" "$@"
done
'';
-}
-// {
- meta.platforms = lib.platforms.linux;
+
+ meta = with lib; {
+ description = "nix-collect-garbage, but with nix profile";
+ maintainers = [maintainers.getchoo];
+ platforms = platforms.linux;
+ };
}