diff options
| author | seth <[email protected]> | 2023-05-05 02:44:22 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-05 02:44:22 -0400 |
| commit | 3051d75c5ebe4284a6d50f1ea2b3a2f39e01a38d (patch) | |
| tree | 913db0783129b37a76a538cf9743afc2365dbee8 /flake/ci.nix | |
| parent | 4f1cc719a12ed27b23f2830489db3845c36c88ed (diff) | |
flake: restructure a lot
Diffstat (limited to 'flake/ci.nix')
| -rw-r--r-- | flake/ci.nix | 8 |
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" |
