Skip to content

Commit

Permalink
Merge pull request #565 from nix-community/ci
Browse files Browse the repository at this point in the history
ci: enable hercules
  • Loading branch information
phaer authored Jul 10, 2023
2 parents 7f4d72a + 27468ae commit 3772175
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions ci.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@ let
pkgs = import flake.inputs.nixpkgs {};
recurseIntoAll = b.mapAttrs (name: val: pkgs.recurseIntoAttrs val);
in
# {
# inherit flake;
# }
# // (recurseIntoAll {
# checks = flake.checks.x86_64-linux;
# })
# hercules ci's nix version cannot fetch submodules and crashes
{
inherit (pkgs) hello;
recurseIntoAll {
checks = flake.checks.x86_64-linux;
packages = flake.packages.x86_64-linux;
}

0 comments on commit 3772175

Please sign in to comment.