From 62b80bfe8244bffeb0d1f8598dc68efa36d8214b Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 14 Feb 2019 17:49:40 +0800 Subject: [PATCH] src issues were due to channel cache bugs on subscriber --- main.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.nix b/main.nix index 990e1be..1eaff86 100644 --- a/main.nix +++ b/main.nix @@ -40,7 +40,7 @@ in jobs // { channel = pkgs.releaseTools.channel { name = "main"; - src = ./artiq; + src = generatedNix; constituents = builtins.attrValues jobs; }; }