summaryrefslogtreecommitdiffstats
path: root/makefu/krops.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-03-13 10:48:56 +0100
committermakefu <github@syntax-fehler.de>2020-03-13 10:48:56 +0100
commit947e68fb25364b62a6336fb9289a7d127294b588 (patch)
treebd91603de3991cee5c951acc90fbe1acec3f685a /makefu/krops.nix
parent51aeea88919487f5379f41007bd0416db4ea5965 (diff)
ma krops: also deploy unstable if required
Diffstat (limited to 'makefu/krops.nix')
-rw-r--r--makefu/krops.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/makefu/krops.nix b/makefu/krops.nix
index 6913a5c6..13a228d9 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";
};
})
];