From 71b856f815814b5d1c4d5d8dea4c1c0ad9b30e59 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 12 Sep 2019 14:44:26 +0200 Subject: [PATCH] jobsets: fix nixpkgs repo name --- jobsets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobsets.json b/jobsets.json index 7df5db9..f3848aa 100644 --- a/jobsets.json +++ b/jobsets.json @@ -10,7 +10,7 @@ "emailoverride": "astro@spaceboyz.net", "keepnr": 10, "inputs": { - "nixpkgs": { "type": "git", "value": "https://github.com/NixOS/nixpkgs-channels release-19.09 1", "emailresponsible": false }, + "nixpkgs": { "type": "git", "value": "https://github.com/NixOS/nixpkgs.git release-19.09 1", "emailresponsible": false }, "hydra-config": { "type": "git", "value": "https://gitea.c3d2.de/C3D2/hydra-config.git master 1", "emailresponsible": false } } }