diff options
author | lassulus <lassulus@lassul.us> | 2020-03-23 10:15:42 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2020-03-23 10:15:42 +0100 |
commit | 8c27f12f86096f06e56333125eb6c713aece34ed (patch) | |
tree | 83d29ab23719468ff6e8d31f29963dd449edbef2 /makefu/krops.nix | |
parent | cab3be8a19d445d3292454099dbc1ca97bca60c5 (diff) | |
parent | 8e3cd9fcffc473706a3ebafa5cb80f7a75c29aa5 (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/krops.nix')
-rw-r--r-- | makefu/krops.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/makefu/krops.nix b/makefu/krops.nix index 6913a5c63..13a228d9d 100644 --- a/makefu/krops.nix +++ b/makefu/krops.nix @@ -46,6 +46,12 @@ }; }; } + (lib.mkIf (host-src.unstable) { + nixpkgs-unstable.git = { + url = "https://github.com/nixos/nixpkgs-channels"; + ref = (lib.importJSON ../krebs/nixpkgs-unstable.json).rev; + }; + }) (lib.mkIf (host-src.torrent) { torrent-secrets = if test then { file = toString ./0tests/data/secrets; @@ -71,7 +77,7 @@ (lib.mkIf ( host-src.home-manager ) { home-manager.git = { url = https://github.com/rycee/home-manager; - ref = "f856c78a4a220f44b64ce5045f228cbb9d4d9f31"; + ref = "9781f37"; }; }) ]; |