Skip to content

Add validate-generated-nix CI job

Summary

Adds a CI job to validate that generated Nix files are up-to-date by running horizon-gen-nix 0.14.0 and checking for any differences.

Changes:

  • Add validate-generated-nix job in nix/ci.nix
  • Job runs in the validate stage
  • Executes horizon-gen-nix 0.14.0 from remote
  • Fails if git diff shows any changes

This ensures that the committed generated files match what would be produced by the generator, preventing drift between the generator and committed files.

🤖 Generated with Claude Code

Merge request reports