Skip to content

Add omnix, cachix, and discover CI module options

Smartypants requested to merge add-ci-modules into master

Summary

  • nixica-ci module: published via importAndPublish, options nixica.ci.root.enable and nixica.ci.leaf.enable. Uses discover for CI job generation.
  • nixica-supported-systems module: nixica.systems.supported, nixica.systems.ci.targets, nixica.systems.ci.host (default x86_64-linux)
  • mkFlake API: dev.flake and dev.modules replace devFlake/devModules (backward-compatible)
  • flake.lib moved to modular: removed separate lib.nix
  • Bump gitlab-ci to 0.20.2
  • Remove it-auto-detects-dev test (flake-compat path: limitation)
  • Update README and ChangeLog for 0.7.0
Edited by Smartypants

Merge request reports