Use nixUnstable

This commit is contained in:
Eelco Dolstra 2018-07-31 21:19:10 +02:00
parent 162d671c48
commit 1a899890ac
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -1,4 +1,4 @@
{ hydraSrc ? { outPath = ./.; revCount = 1234; rev = "abcdef"; }
{ hydraSrc ? builtins.fetchGit ./.
, nixpkgs ? builtins.fetchGit { url = https://github.com/NixOS/nixpkgs-channels.git; ref = "nixos-18.03"; }
, officialRelease ? false
, shell ? false
@ -42,7 +42,7 @@ rec {
let
nix = pkgs.nixStable2 or pkgs.nix;
nix = pkgs.nixUnstable or pkgs.nix;
perlDeps = buildEnv {
name = "hydra-perl-deps";