Skip to content

Commit

Permalink
Merge pull request #38 from input-output-hk/ci-updates
Browse files Browse the repository at this point in the history
CI updates
  • Loading branch information
johnalotoski committed Aug 13, 2020
2 parents fb1c3e1 + 2b4bdbc commit 49dff98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nix-darwin/roles/ci.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
../modules/basics.nix
../modules/hydra-slave.nix
../modules/buildkite-agent.nix
../modules/hercules-agent.nix
#../modules/hercules-agent.nix
];
}
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 49dff98

Please sign in to comment.