From 3051d75c5ebe4284a6d50f1ea2b3a2f39e01a38d Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 5 May 2023 02:44:22 -0400 Subject: flake: restructure a lot --- flake/ci.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'flake/ci.nix') 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" -- cgit v1.2.3