collectd: point nixpkgs to my branch

This commit is contained in:
Astro 2020-07-24 01:03:29 +02:00
parent 7664570709
commit 735baded75
1 changed files with 1 additions and 1 deletions

View File

@ -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";
};
};