A library for using standard Nix option declarations as a single source of truth for both modules and pure library functions
When building a Nix library that also ships a module, you typically need the same static default values in multiple places, notably:
- modules (
lib.mkOption { default = ...; }) - Pure functions that run outside a system context and need defaults