hydra: upgrade nixpkgs to 19.09

This commit is contained in:
Graham Christensen 2019-09-24 16:51:18 -04:00
parent 937e165328
commit 3a04f28459
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -1,5 +1,5 @@
{ hydraSrc ? builtins.fetchGit ./.
, nixpkgs ? builtins.fetchGit { url = https://github.com/NixOS/nixpkgs-channels.git; ref = "nixos-19.03-small"; }
, nixpkgs ? builtins.fetchGit { url = https://github.com/NixOS/nixpkgs-channels.git; ref = "nixos-19.09-small"; }
, officialRelease ? false
, shell ? false
}: