From e9cf5d547234740012b4142a425d1431d8c2d18d Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Tue, 17 May 2016 20:09:04 +0200 Subject: [PATCH] =?UTF-8?q?cible=20de=20m=C3=A9nage=20aggressif?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 5442356..7544a89 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,9 @@ all: rebuild-switch clean: nix-collect-garbage -d --delete-older-than 15d +clean-aggressive: + nix-collect-garbage -d --delete-older-than 15d + rebuild-switch: nixos-rebuild switch