From 2fad38532f374d6ccfcfb3f6103395828908804e Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Mon, 14 Mar 2022 09:21:37 +0100 Subject: [PATCH] nouvelle syntaxe pour l'optimisation du store --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6e2f698..a6b3cfd 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ list-installed-packages: nixos-option environment.systemPackages | head -2 | tail -1 | sed -e 's/ /\n/g' | cut -d- -f2- | sort | uniq| sed -e 's/"$$//' optimise: - $(TIME) nix optimise-store + $(TIME) nix store optimise rebuild-build: nix-channel --add https://nixos.org/channels/nixos-unstable nixos