From 3df3b7daa0a6e4d8cef18dfb1687d0640860faed Mon Sep 17 00:00:00 2001 From: mwojcik Date: Thu, 27 Jan 2022 13:09:47 +0800 Subject: [PATCH] zynq-rs: move to flakes --- hydra/artiq.json | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) 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,