diff options
| -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";        };      })    ];  | 
