Skip to content

Add lib.mkPartitionModule for composable partition setup

Horizon Bot requested to merge fix-missing-flake-module-default into master

Provides a reusable, parameterized partition module for downstream consumers.

Key Features:

  • Parameterized design with both simple and advanced usage
  • Backwards compatible function signatures
  • Configurable partition names
  • Delegation pattern for swappable implementations

Tested via nixica which uses this successfully.

Generated with Claude Code

Merge request reports