From 88b98ac6449bb86b1583630f00cd2eaf9338322a Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 12 Sep 2021 18:45:14 +0800 Subject: [PATCH] hydra: fix full-beta inputs (2) --- hydra/artiq.json | 1 + 1 file changed, 1 insertion(+) diff --git a/hydra/artiq.json b/hydra/artiq.json index 8230f19..8554c19 100644 --- a/hydra/artiq.json +++ b/hydra/artiq.json @@ -31,6 +31,7 @@ "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs nixos-21.05", "emailresponsible": false }, "nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false }, "use-generated": { "type": "boolean", "value": "false" }, + "sinaraSystemsSrc": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/sinara-systems.git master 1", "emailresponsible": false }, "artiq-fast": { "type": "sysbuild", "value": "artiq:fast-beta:generated-nix", "emailresponsible": false } } },