From a973c16d8c25ffb354ca40120c68d334613629e0 Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 2 Nov 2019 22:08:04 +0100 Subject: [PATCH] hq.nixops: declaring inputs is actually unsupported Required https://github.com/NixOS/nixops/pull/665 --- hq.nixops | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hq.nixops b/hq.nixops index 23c4c6ae..21f56981 100644 --- a/hq.nixops +++ b/hq.nixops @@ -151,10 +151,9 @@ }; }; + # Run with: + # -I nixpkgs=https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz "dnscache" = { - deployment.nix_path = { - nixpkgs = "https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz"; - }; imports = [ hosts/containers/dnscache/configuration.nix ];