From 62c16ce8598767aaa1fd0d229a52ff115b1d33ca Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 8 Oct 2021 08:16:57 +0800 Subject: [PATCH] hydra: fix nac3 flake url --- hydra/artiq.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra/artiq.json b/hydra/artiq.json index de9f010..e55e176 100644 --- a/hydra/artiq.json +++ b/hydra/artiq.json @@ -145,7 +145,7 @@ "type": 1, "hidden": false, "description": "Third generation ARTIQ compiler", - "flake": { "type": "git", "url": "https://git.m-labs.hk/M-Labs/nac3.git" }, + "flake": "git+https://git.m-labs.hk/M-Labs/nac3.git", "checkinterval": 300, "schedulingshares": 10, "enableemail": false,