Skip to content

Add support for short-form branch refs in strict-flake-inputs (0.10.1)

Horizon Bot requested to merge add-strict-flake-inputs into master

Adds support for short-form branch refs in the strict-flake-inputs validation module.

Changes

  • Add lts/, master, and main to default allowedRefs
  • Allows flake.nix files to use concise ref formats like lts/ghc-9.14.x instead of refs/heads/lts/ghc-9.14.x
  • Both short and full forms are now accepted

Version

This is version 0.10.1.

🤖 Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com

Merge request reports