hercules-ci / flake-parts

❄️ Simplify Nix Flakes with the module system
https://flake.parts
MIT License
698 stars 38 forks source link

add darwinModules #223

Closed cdmistman closed 3 months ago

cdmistman commented 3 months ago

this is very similar to the nixosModules module, only with some modified copy. One thing i'll note is that the type is lazyAttrsOf unspecified when it might be better as lazyAttrsOf submodule. Regardless, this would be good to make darwin modules more accessible like nixos modules :)

cdmistman commented 3 months ago

closing after discussion in #224