Skip to content

Commit

Permalink
Test: invoke example1 properly
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Feb 2, 2023
1 parent 293d93c commit f0ca241
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions flake-modules/herculesCI-eval-test.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ rec {
};

example1 =
flake-parts.lib.mkFlake { inputs = { self = { }; }; }
callFlakeOutputs (inputs:
flake-parts.lib.mkFlake { inherit inputs; }
({ ... }: {
imports = [
../flake-module.nix
Expand All @@ -58,7 +59,8 @@ rec {
minute = 59;
};
herculesCI.onSchedule.scheduledJob3 = { };
});
})
);

tests = ok:

Expand Down

0 comments on commit f0ca241

Please sign in to comment.