aboutsummaryrefslogtreecommitdiff
path: root/nixops/Makefile
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-06-28 23:47:43 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-06-29 10:14:10 +0200
commit53fa9f9e7d87835d6137a029fe80b3195e635797 (patch)
tree9b253f00b49be62fe2666408252e38d58169fbf7 /nixops/Makefile
parent63cd475c66bc1021587660915b2c2a65520cc624 (diff)
downloadNix-53fa9f9e7d87835d6137a029fe80b3195e635797.tar.gz
Nix-53fa9f9e7d87835d6137a029fe80b3195e635797.tar.zst
Nix-53fa9f9e7d87835d6137a029fe80b3195e635797.zip
Upgrade nixpkgs channel to latest
Diffstat (limited to 'nixops/Makefile')
-rw-r--r--nixops/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/Makefile b/nixops/Makefile
index 6087402..3f29e52 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.172754.0728c3e026e/nixexprs.tar.xz 8nixpkgs ?= https://releases.nixos.org/nixos/19.03/nixos-19.03.173009.2516c454c35/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