From c5eeaae443dbb7ac3a1abdf5f4d7736c9b28dfcc Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Thu, 9 Jun 2016 16:17:54 +0200 Subject: [PATCH] =?UTF-8?q?modification=20du=20make=20pour=20garder=20la?= =?UTF-8?q?=20branche=20master=20=C3=A0=20jour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8631ad5..262bd79 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,9 @@ rebuild-switch: nixos-rebuild switch submodules-update: - git submodule update --remote + #git submodule update --remote + git submodule foreach git co master + git submodule foreach git ff upgrade: nixos-rebuild switch --upgrade