You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like a GH Discussions instance on flake-parts could be a good place to share ideas and collaboratively solve design problems. Can haz discussions tab? @roberth
Specifically, I came today with thoughts about how it might be possible to utilize large parts of the NixOS module library in a cross-platform way, by providing "polyfills" (injected alternative implementations) for some key modules and utility functions (such as the systemd module for managing service instances).
The text was updated successfully, but these errors were encountered:
Hey, it sounds like you're already looking in that direction. Awesome! I really like the idea of segmenting the NixOS module library up into different API namespaces, like nixos.core, that have different constraints on the environment. It would be amazing to be able to deploy a nixos service module using a flake on macos using some compatibility layer, etc. I'll take a closer look at the linked issues etc and try to catch up.
It seems like a GH Discussions instance on flake-parts could be a good place to share ideas and collaboratively solve design problems. Can haz discussions tab? @roberth
Specifically, I came today with thoughts about how it might be possible to utilize large parts of the NixOS module library in a cross-platform way, by providing "polyfills" (injected alternative implementations) for some key modules and utility functions (such as the systemd module for managing service instances).
The text was updated successfully, but these errors were encountered: