From 4589508677f5b2252ea435f834aa9a78c294fcba Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Thu, 13 Oct 2022 21:24:25 -0300 Subject: [PATCH] jobset: make flake uri prettier --- .jobset.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jobset.json b/.jobset.json index dbcc21e2..ba3487b2 100644 --- a/.jobset.json +++ b/.jobset.json @@ -4,7 +4,7 @@ "type": 1, "hidden": false, "description": "Build main branch", - "flake": "git+https://m7.rs/git/nix-config?ref=main", + "flake": "git://m7.rs/nix-config", "checkinterval": 60, "schedulingshares": 10, "enableemail": false,