Skip to content

Declare flake.lib option with mergeable type

Smartypants requested to merge declare-flake-lib-option into master

Summary

  • Declares flake.lib as types.lazyAttrsOf types.raw so lib functions can be split across multiple modules
  • Enables multi-file lib decomposition without "defined multiple times" errors
  • Intended as a stopgap until upstreamed to flake-parts

Closes #10 (closed)

🤖 Generated with Claude Code

Merge request reports