From a7386024702c004bfcfb4223057fa9569991f4a8 Mon Sep 17 00:00:00 2001 From: DavHau Date: Sat, 8 Jul 2023 13:32:48 +0200 Subject: [PATCH] ci: enable hercules --- ci.nix | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/ci.nix b/ci.nix index 98a7d1b2..142a3dc6 100644 --- a/ci.nix +++ b/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; }