summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorseth <[email protected]>2024-04-06 22:08:07 -0400
committerseth <[email protected]>2024-04-06 22:59:56 -0400
commitcdeb7d50f232103294a2bb36525a6d9f552fb4ed (patch)
tree3fd24ce84ae35fe9282b93edcf5659c9ae01bf0a /lib
parent5d725b0db9a0e57533e67e299f6213fa5d90203a (diff)
separate everything from flake.nix again
Diffstat (limited to 'lib')
-rw-r--r--lib/ci.nix6
1 files changed, 0 insertions, 6 deletions
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);
-}