From b22ce4895ef1e9723a02061f7293e528cfbf9754 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 2 Jan 2020 19:29:07 +0100 Subject: [PATCH] Upgrade nixos to latest --- nixops/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixops/Makefile b/nixops/Makefile index fb55029..5e654ee 100644 --- a/nixops/Makefile +++ b/nixops/Makefile @@ -5,7 +5,7 @@ endif NIXOPS_STATE ?= ./state/eldiron.nixops NIXOPS_DEPLOYMENT = cef694f3-081d-11e9-b31f-0242ec186adf -nixpkgs ?= https://releases.nixos.org/nixos/19.03/nixos-19.03.173017.85f820d6e41/nixexprs.tar.xz +nixpkgs ?= https://releases.nixos.org/nixos/19.03/nixos-19.03.173677.daf861a810d/nixexprs.tar.xz NIX_PATH = nixpkgs=${nixpkgs}:nixpkgsNext=${nixpkgs}:nixpkgsPrevious=${nixpkgs} NIXOPS := $(shell NIX_PATH=$(NIX_PATH) nix-build --no-out-link -E "with import { overlays = builtins.attrValues (import ../overlays); }; nixops")/bin/nixops -- 2.41.0