diff --git a/hydra/artiq.json b/hydra/artiq.json index 0928541..c8517e6 100644 --- a/hydra/artiq.json +++ b/hydra/artiq.json @@ -176,24 +176,15 @@ "zynq-rs": { "enabled": 1, + "type": 1, "hidden": false, "description": "Bare-metal Rust on Zynq-7000", - "nixexprinput": "nixScripts", - "nixexprpath": "zynq-rs.nix", + "flake": "git+https://git.m-labs.hk/m-labs/zynq-rs.git", "checkinterval": 300, - "schedulingshares": 1, + "schedulingshares": 10, "enableemail": false, "emailoverride": "", - "keepnr": 50, - "inputs": { - "nixpkgs": { "type": "git", "value": "https://github.com/NixOS/nixpkgs.git nixos-21.05", "emailresponsible": false }, - "nixScripts": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/nix-scripts.git", "emailresponsible": false }, - "zynq-rs": { "type": "git", "value": "https://git.m-labs.hk/M-Labs/zynq-rs.git", "emailresponsible": false }, - - "gitea_repo_name": { "value": "zynq-rs", "type": "string" }, - "gitea_repo_owner": { "value": "M-Labs", "type": "string" }, - "gitea_status_repo": { "value": "zynq-rs", "type": "string" } - } + "keepnr": 50 }, "zynq-beta": { "enabled": 1,