From dcdaf91f8bd5822a3fd6a38643e18bdad2362473 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Wed, 5 Jul 2017 22:51:29 +0200 Subject: [PATCH] =?UTF-8?q?voir=20les=20diff=C3=A9rences=20entre=20la=20co?= =?UTF-8?q?nfiguration=20actuelle=20et=20/etc/nixos/configuration.nix?= 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 a56562b..6f79710 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,9 @@ rebuild-build: rebuild-switch: $(TIME) time nixos-rebuild switch --fallback --show-trace +show-diff-with-current: + -diff /run/current-system/configuration.nix /etc/nixos/configuration.nix + show-roots: nix-store --gc --print-roots