From cb6676a215d58f4e798560d9e6e0a0761196d0a6 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Fri, 13 Jan 2017 21:59:47 +0100 Subject: [PATCH] =?UTF-8?q?make:=20cible=20pour=20telecharger=20toutes=20l?= =?UTF-8?q?es=20sources=20n=C3=A9cessaires=20au=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index ef21cd4..5656dde 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,12 @@ store-repair: upgrade: nixos-rebuild switch --upgrade --fallback --show-trace +##--------- Commandes spécifiques pour NixOS -- Opérations non courantes + +download-sources: + # https://nixos.org/wiki/Download_all_sources + nix-store -r $$(grep -l outputHash $$(nix-store -qR $$(nix-instantiate '' -A geeqie) | grep '.drv$$')) + ##--------- Commandes spécifiques pour GIT push: submodules-push