diff options
| author | seth <[email protected]> | 2023-05-29 11:51:09 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-29 11:54:03 -0400 |
| commit | 87e220c708bf0badc8ef663b236a2139d6a19bad (patch) | |
| tree | b903875061f2ca6263a34411812527e3ebae50f9 /lib | |
| parent | 4c33035fbbc338592baa5be3781b88d7291f80fe (diff) | |
chore: move back to hercules-ci
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/ci.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,7 +43,7 @@ in rec { # mkComaptible, but maps nixosConfigurations # to their toplevel build attribute so they can - # be picked up by hydra + # be picked up by ci mkCompatibleCfg = configs: filterAttrs (_: config: check config.system) (mapAttrs (_: v: v.config.system.build.toplevel) configs); @@ -60,7 +60,7 @@ in rec { # mkCompatible, but maps homeConfigurations # to their activationPackage so they can be - # picked up by hydra + # picked up by ci mkCompatibleHM = configs: mkCompatible (mapAttrs (_: |
