From 828e8bcf463c57793b69ee0f3b03a6bdda8afbda Mon Sep 17 00:00:00 2001 From: jeschli Date: Sun, 30 Jun 2019 17:34:59 +0200 Subject: j krops: add unstable channel --- jeschli/krops.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jeschli/krops.nix b/jeschli/krops.nix index f3964a55..30b06c1e 100644 --- a/jeschli/krops.nix +++ b/jeschli/krops.nix @@ -9,6 +9,10 @@ (krebs-source { test = test; }) { nixos-config.symlink = "stockholm/jeschli/1systems/${name}/config.nix"; + nixpkgs-unstable.git = { + url = "https://github.com/nixos/nixpkgs-channels"; + ref = "nixos-unstable"; + }; secrets = if test then { file = toString ./2configs/tests/dummy-secrets; } else { -- cgit v1.2.3