diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-03-25 11:57:48 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-03 16:25:07 +0200 |
commit | 5400b9b6f65451d41a9106fae6fc00f97d83f4ef (patch) | |
tree | 6ed072da7b1f17ac3994ffea052aa0c0822f8446 /nixops | |
parent | 441da8aac378f401625e82caf281fa0e26128310 (diff) | |
download | Nix-5400b9b6f65451d41a9106fae6fc00f97d83f4ef.tar.gz Nix-5400b9b6f65451d41a9106fae6fc00f97d83f4ef.tar.zst Nix-5400b9b6f65451d41a9106fae6fc00f97d83f4ef.zip |
Upgrade nixos
Diffstat (limited to 'nixops')
-rw-r--r-- | nixops/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixops/Makefile b/nixops/Makefile index d8268cc..8caf8b1 100644 --- a/nixops/Makefile +++ b/nixops/Makefile | |||
@@ -55,10 +55,10 @@ dry-run: | |||
55 | $(NIXOPS_PRIV) deploy --dry-run | 55 | $(NIXOPS_PRIV) deploy --dry-run |
56 | 56 | ||
57 | build: | 57 | build: |
58 | $(NIXOPS_PRIV) deploy --build-only | 58 | $(NIXOPS_PRIV) deploy --build-only --max-jobs 1 |
59 | 59 | ||
60 | upload: | 60 | upload: |
61 | $(NIXOPS_PRIV) deploy --copy-only | 61 | $(NIXOPS_PRIV) deploy --copy-only --max-concurrent-copy 1 |
62 | 62 | ||
63 | deploy: | 63 | deploy: |
64 | $(NIXOPS_PRIV) deploy | 64 | $(NIXOPS_PRIV) deploy |