aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-01-02 19:29:07 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-01-02 19:29:07 +0100
commitb22ce4895ef1e9723a02061f7293e528cfbf9754 (patch)
tree2084075938cd364f2a27d72f7415b3271ac9c86f
parentdc0e644acd421aec1672a00cffa8993db89d52b4 (diff)
downloadNix-b22ce4895ef1e9723a02061f7293e528cfbf9754.tar.gz
Nix-b22ce4895ef1e9723a02061f7293e528cfbf9754.tar.zst
Nix-b22ce4895ef1e9723a02061f7293e528cfbf9754.zip
Upgrade nixos to latest
-rw-r--r--nixops/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/Makefile b/nixops/Makefile
index fb55029..5e654ee 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.173017.85f820d6e41/nixexprs.tar.xz 8nixpkgs ?= https://releases.nixos.org/nixos/19.03/nixos-19.03.173677.daf861a810d/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