aboutsummaryrefslogtreecommitdiff
path: root/nixops/Makefile
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-28 18:25:11 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-28 18:25:11 +0200
commitf33aade75160a345a721fd60451b9edaa4d10e44 (patch)
tree41c93259bed17f64fdfc1d9676310d9c9f024ea9 /nixops/Makefile
parentfe696f35f5e0789d4bc448bca4bbaf93d1182175 (diff)
downloadNix-f33aade75160a345a721fd60451b9edaa4d10e44.tar.gz
Nix-f33aade75160a345a721fd60451b9edaa4d10e44.tar.zst
Nix-f33aade75160a345a721fd60451b9edaa4d10e44.zip
Upgrade nixos packages
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 69603a0..6adc6e7 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.172731.3efdf45dbd1/nixexprs.tar.xz 8nixpkgs ?= https://releases.nixos.org/nixos/19.03/nixos-19.03.172754.0728c3e026e/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