Skip to content

Migrate to nixica 0.2.0 with dev partition and CI

Smartypants requested to merge migrate-nixica into master

Summary

  • Migrates flake.nix from standardization bot template to nixica 0.2.0 (mkFlake pattern)
  • Restores flakeModule export that was removed by the standardization bot (consumed by horizon-advance)
  • Adds dev partition with gitlab-ci 0.20.1 input (Option C pattern)
  • Adds standard .gitlab-ci.yml remote include

Notes

The standardization bot (commit 75ed6dfd) replaced the original flake.nix with a bare template that removed the flakeModule output. This MR restores proper functionality while migrating to the nixica 0.2.0 framework.

The flakeModule is exported via flake.flakeModule in nix/default.nix, maintaining backwards compatibility with consumers like horizon-advance that reference inputs.horizon-hoogle.flakeModule.

🤖 Generated with Claude Code

Merge request reports