mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-23 22:48:02 +03:00
ci: enable hercules
This commit is contained in:
parent
7f4d72ab1c
commit
27468aef5a
12
ci.nix
12
ci.nix
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user