From 258dd18bac4bf5dd03cf1098ffa35cb954f9e015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 5 Apr 2020 15:57:20 +0200 Subject: Upgrade to nixos-unstable --- nixops/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixops/Makefile') diff --git a/nixops/Makefile b/nixops/Makefile index 8caf8b1..3cbf50b 100644 --- a/nixops/Makefile +++ b/nixops/Makefile @@ -55,10 +55,10 @@ dry-run: $(NIXOPS_PRIV) deploy --dry-run build: - $(NIXOPS_PRIV) deploy --build-only --max-jobs 1 + $(NIXOPS_PRIV) deploy --build-only --keep-going upload: - $(NIXOPS_PRIV) deploy --copy-only --max-concurrent-copy 1 + $(NIXOPS_PRIV) deploy --copy-only deploy: $(NIXOPS_PRIV) deploy -- cgit v1.2.3