forked from lix-project/hydra
Use nixUnstable
This commit is contained in:
parent
162d671c48
commit
1a899890ac
|
@ -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"; }
|
, nixpkgs ? builtins.fetchGit { url = https://github.com/NixOS/nixpkgs-channels.git; ref = "nixos-18.03"; }
|
||||||
, officialRelease ? false
|
, officialRelease ? false
|
||||||
, shell ? false
|
, shell ? false
|
||||||
|
@ -42,7 +42,7 @@ rec {
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
nix = pkgs.nixStable2 or pkgs.nix;
|
nix = pkgs.nixUnstable or pkgs.nix;
|
||||||
|
|
||||||
perlDeps = buildEnv {
|
perlDeps = buildEnv {
|
||||||
name = "hydra-perl-deps";
|
name = "hydra-perl-deps";
|
||||||
|
|
Loading…
Reference in a new issue