summaryrefslogtreecommitdiff
path: root/flake/ci.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake/ci.nix')
-rw-r--r--flake/ci.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/flake/ci.nix b/flake/ci.nix
index 3959260..91dc397 100644
--- a/flake/ci.nix
+++ b/flake/ci.nix
@@ -1,6 +1,6 @@
{
- inputs,
self,
+ inputs,
...
}: let
inherit (inputs) hercules-ci-effects nixpkgs;
@@ -20,7 +20,11 @@ in {
};
herculesCI = let
- inherit (import (hercules-ci-effects + "/vendor/hercules-ci-agent/default-herculesCI-for-flake.nix")) flakeToOutputs;
+ inherit
+ (import
+ (hercules-ci-effects + "/vendor/hercules-ci-agent/default-herculesCI-for-flake.nix"))
+ flakeToOutputs
+ ;
in rec {
ciSystems = [
"x86_64-linux"