From f0ca2415b9c251cf1ede36355abb140a8002a476 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 2 Feb 2023 14:41:30 +0100 Subject: [PATCH] Test: invoke example1 properly --- flake-modules/herculesCI-eval-test.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/flake-modules/herculesCI-eval-test.nix b/flake-modules/herculesCI-eval-test.nix index 20f60c9..4b2e9f8 100644 --- a/flake-modules/herculesCI-eval-test.nix +++ b/flake-modules/herculesCI-eval-test.nix @@ -40,7 +40,8 @@ rec { }; example1 = - flake-parts.lib.mkFlake { inputs = { self = { }; }; } + callFlakeOutputs (inputs: + flake-parts.lib.mkFlake { inherit inputs; } ({ ... }: { imports = [ ../flake-module.nix @@ -58,7 +59,8 @@ rec { minute = 59; }; herculesCI.onSchedule.scheduledJob3 = { }; - }); + }) + ); tests = ok: