Skip to content

Commit

Permalink
ci: enable hercules
Browse files Browse the repository at this point in the history
  • Loading branch information
DavHau committed Jul 10, 2023
1 parent 7f4d72a commit 27468ae
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 27468ae

Please sign in to comment.