From 94c743f4c1c6fbde506d53c411564d7a252cf49d Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Sat, 9 Nov 2019 14:02:28 +0100 Subject: [PATCH] Use nixos-19.09 channel as Nixpkgs input --- jobsets.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobsets.nix b/jobsets.nix index 17f75e4..2faeafd 100644 --- a/jobsets.nix +++ b/jobsets.nix @@ -18,7 +18,7 @@ let }; nixpkgs = { type = "git"; - value = "https://github.com/NixOS/nixpkgs.git release-19.09 1"; + value = "https://github.com/NixOS/nixpkgs-channels.git nixos-19.09 1"; emailresponsible = false; }; } // (builtins.mapAttrs (_: gitUrl: {