diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-01-02 19:29:07 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-01-02 19:29:07 +0100 |
commit | b22ce4895ef1e9723a02061f7293e528cfbf9754 (patch) | |
tree | 2084075938cd364f2a27d72f7415b3271ac9c86f /nixops | |
parent | dc0e644acd421aec1672a00cffa8993db89d52b4 (diff) | |
download | Nix-b22ce4895ef1e9723a02061f7293e528cfbf9754.tar.gz Nix-b22ce4895ef1e9723a02061f7293e528cfbf9754.tar.zst Nix-b22ce4895ef1e9723a02061f7293e528cfbf9754.zip |
Upgrade nixos to latest
Diffstat (limited to 'nixops')
-rw-r--r-- | nixops/Makefile | 2 |
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 | ||
6 | NIXOPS_STATE ?= ./state/eldiron.nixops | 6 | NIXOPS_STATE ?= ./state/eldiron.nixops |
7 | NIXOPS_DEPLOYMENT = cef694f3-081d-11e9-b31f-0242ec186adf | 7 | NIXOPS_DEPLOYMENT = cef694f3-081d-11e9-b31f-0242ec186adf |
8 | nixpkgs ?= https://releases.nixos.org/nixos/19.03/nixos-19.03.173017.85f820d6e41/nixexprs.tar.xz | 8 | nixpkgs ?= https://releases.nixos.org/nixos/19.03/nixos-19.03.173677.daf861a810d/nixexprs.tar.xz |
9 | NIX_PATH = nixpkgs=${nixpkgs}:nixpkgsNext=${nixpkgs}:nixpkgsPrevious=${nixpkgs} | 9 | NIX_PATH = nixpkgs=${nixpkgs}:nixpkgsNext=${nixpkgs}:nixpkgsPrevious=${nixpkgs} |
10 | 10 | ||
11 | NIXOPS := $(shell NIX_PATH=$(NIX_PATH) nix-build --no-out-link -E "with import <nixpkgs> { overlays = builtins.attrValues (import ../overlays); }; nixops")/bin/nixops | 11 | NIXOPS := $(shell NIX_PATH=$(NIX_PATH) nix-build --no-out-link -E "with import <nixpkgs> { overlays = builtins.attrValues (import ../overlays); }; nixops")/bin/nixops |