From 11c624da5923c29ad694267973ac733b22ef286b Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Wed, 27 Jul 2016 11:50:27 +0200 Subject: [PATCH] =?UTF-8?q?option=20pour=20afficher=20le=20d=C3=A9tail=20d?= =?UTF-8?q?es=20erreurs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9c5642b..ea084b8 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ push: submodules-push git push --tags rebuild-switch: - nixos-rebuild switch --fallback + nixos-rebuild switch --fallback --show-trace store-repair: nix-store --verify --check-contents --repair @@ -44,5 +44,5 @@ tag: submodules-tag git tag -f "$$(date +%F)-$$(hostname -s)" upgrade: - nixos-rebuild switch --upgrade --fallback + nixos-rebuild switch --upgrade --fallback --show-trace