Skip to content

Commit

Permalink
Add hydra pkg for easy build/use of hydra-eval-jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski committed Aug 13, 2020
1 parent 0132fb1 commit 2b4bdbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ let
in {
cachecache = callPackage (sources.cachecache) { pkgs = import sources.hydra-nixpkgs {}; };
crystalPkgs = callPackage ../pkgs/hydra-crystal-notify {};
hydra = callPackage ../pkgs/hydra.nix {};
pp = v:
let type = typeOf v;
in if type == "list" then
Expand Down

0 comments on commit 2b4bdbc

Please sign in to comment.