summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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);
-}