From 4ffb0073ff42fa8722960461171171748d86ad54 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sat, 11 Jan 2020 21:03:08 +0100 Subject: l krops: add nixpkgs-unstable --- lass/krops.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lass/krops.nix b/lass/krops.nix index da5933df..cb6bbe84 100644 --- a/lass/krops.nix +++ b/lass/krops.nix @@ -10,6 +10,10 @@ (krebs-source { test = test; }) { nixos-config.symlink = "stockholm/lass/1systems/${name}/physical.nix"; + nixpkgs-unstable.git = { + url = "https://github.com/nixos/nixpkgs-channels"; + ref = (lib.importJSON ../krebs/nixpkgs-unstable.json).rev; + }; secrets = if test then { file = toString ./2configs/tests/dummy-secrets; } else { -- cgit v1.2.3