aboutsummaryrefslogtreecommitdiff
path: root/nixops
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-07-01 22:07:15 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-07-01 22:07:15 +0200
commit2f16a987d306cdb7bf9b4e80fa4af173373719bd (patch)
tree7803f954a927cc049457787eb323c9ae4e8aaa9c /nixops
parent494d071836c441c7b255db9d26cfac42dac1a169 (diff)
downloadNix-2f16a987d306cdb7bf9b4e80fa4af173373719bd.tar.gz
Nix-2f16a987d306cdb7bf9b4e80fa4af173373719bd.tar.zst
Nix-2f16a987d306cdb7bf9b4e80fa4af173373719bd.zip
Upgrade nixpkgs to latest version
Diffstat (limited to 'nixops')
-rw-r--r--nixops/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/Makefile b/nixops/Makefile
index 3f29e52..edbe7c7 100644
--- a/nixops/Makefile
+++ b/nixops/Makefile
@@ -5,7 +5,7 @@ endif
5 5
6NIXOPS_STATE ?= ./state/eldiron.nixops 6NIXOPS_STATE ?= ./state/eldiron.nixops
7NIXOPS_DEPLOYMENT = cef694f3-081d-11e9-b31f-0242ec186adf 7NIXOPS_DEPLOYMENT = cef694f3-081d-11e9-b31f-0242ec186adf
8nixpkgs ?= https://releases.nixos.org/nixos/19.03/nixos-19.03.173009.2516c454c35/nixexprs.tar.xz 8nixpkgs ?= https://releases.nixos.org/nixos/19.03/nixos-19.03.173017.85f820d6e41/nixexprs.tar.xz
9NIX_PATH = nixpkgs=${nixpkgs}:nixpkgsNext=${nixpkgs}:nixpkgsPrevious=${nixpkgs} 9NIX_PATH = nixpkgs=${nixpkgs}:nixpkgsNext=${nixpkgs}:nixpkgsPrevious=${nixpkgs}
10 10
11NIXOPS := $(shell NIX_PATH=$(NIX_PATH) nix-build --no-out-link -E "with import <nixpkgs> { overlays = builtins.attrValues (import ../overlays); }; nixops")/bin/nixops 11NIXOPS := $(shell NIX_PATH=$(NIX_PATH) nix-build --no-out-link -E "with import <nixpkgs> { overlays = builtins.attrValues (import ../overlays); }; nixops")/bin/nixops