From 980030ee669e133cc01940353d66f450c6bbd541 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 12 Sep 2019 03:14:22 +0200 Subject: [PATCH] jobsets: add missing spacemsg input --- jobsets.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jobsets.nix b/jobsets.nix index b938b0d..af27034 100644 --- a/jobsets.nix +++ b/jobsets.nix @@ -13,6 +13,11 @@ let emailoverride = "astro@spaceboyz.net"; keepnr = 3; inputs = { + spacemsg = { + type = "git"; + value = "https://github.com/astro/spacemsg.git master 1"; + emailresponsible = false; + }; hydra-config = { type = "git"; value = "https://gitea.c3d2.de/C3D2/hydra-config.git master 1";