From 5c0c2fa2ec5c95025ec4566395671a84c767f7d0 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Mon, 13 Jun 2016 16:11:36 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20de=20cible=20pour=20v=C3=A9rifier=20et?= =?UTF-8?q?=20corriger=20le=20store?= 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 7479ee8..7f66cd6 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,9 @@ optimise: rebuild-switch: nixos-rebuild switch +store-repair: + nix-store --verify --check-contents --repair + submodules-update: #git submodule update --remote git submodule foreach git co master