From 735baded75e689c05b9826c59f07cefd421e86c0 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 24 Jul 2020 01:03:29 +0200 Subject: [PATCH] collectd: point nixpkgs to my branch --- jobsets.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobsets.nix b/jobsets.nix index 9a74fa7..f99911b 100644 --- a/jobsets.nix +++ b/jobsets.nix @@ -154,7 +154,7 @@ let description = "Test dependencies for each collectd plugin"; nixexprpath = "collectd.nix"; gitUrls = { - nixpkgs = "https://github.com/NixOS/nixpkgs.git nixos-unstable"; + nixpkgs = "https://github.com/astro/nixpkgs.git collectd-plugins 1"; }; };