From cdeb7d50f232103294a2bb36525a6d9f552fb4ed Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 6 Apr 2024 22:08:07 -0400 Subject: separate everything from flake.nix again --- lib/ci.nix | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 lib/ci.nix (limited to 'lib') diff --git a/lib/ci.nix b/lib/ci.nix deleted file mode 100644 index 7a01e39..0000000 --- a/lib/ci.nix +++ /dev/null @@ -1,6 +0,0 @@ -{lib, ...}: ciSystems: { - getOutputs = lib.getAttrs ciSystems; - - mapCfgsToDerivs = lib.mapAttrs (_: cfg: cfg.activationPackage or cfg.config.system.build.toplevel); - getCompatibleCfgs = lib.filterAttrs (_: cfg: lib.elem cfg.pkgs.system ciSystems); -} -- cgit v1.2.3