ci: enable hercules

This commit is contained in:
DavHau 2023-07-08 13:32:48 +02:00
parent 786968f987
commit a738602470

12
ci.nix
View File

@ -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;
}