diff options
| author | seth <[email protected]> | 2024-04-06 22:08:07 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-04-06 22:59:56 -0400 |
| commit | cdeb7d50f232103294a2bb36525a6d9f552fb4ed (patch) | |
| tree | 3fd24ce84ae35fe9282b93edcf5659c9ae01bf0a /lib/ci.nix | |
| parent | 5d725b0db9a0e57533e67e299f6213fa5d90203a (diff) | |
separate everything from flake.nix again
Diffstat (limited to 'lib/ci.nix')
| -rw-r--r-- | lib/ci.nix | 6 |
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); -} |
