Modular services meeting #6 2026-08-07

Modular services meeting #6 2026-08-07

Attendees: @aanderse @kiara @eveeifyeve @roberth + 3 guests

5 Likes

To clear up some of the meeting notes, I said still working on nix windows as I am wanting to work on stdenv for MinGW first before the nix-windows module system, but it’s not ready due to some issues. However using package modules and modular services would be good for nix-windows as I can avoid duplicating the modules which is a known problem.

I moved on incremental builds because of clustering machines like MacOS, Windows, Linux to run hydra builds would be cool to have a modular service cater to all types of system hydra builders while having a single module that is portable.

I also wanted to eventually create an single module system (not on the notes) to play with the idea of what if we can have a single module system in nixpkgs that handles the systems (darwin, freebsd, redox, etc..) with keeping in mind modular services, package modules.
Because I could imagine we can have different kernels and different init systems in nixos be used with one module system and have one function to initialize a system (eg. lib.initSystem)