💾 Archived View for bbs.geminispace.org › s › Nix-NixOs › 2976 captured on 2023-12-28 at 16:21:53. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-11-14)
-=-=-=-=-=-=-
What would have to be done to make Nixpkgs init-system agnostic? In other words, why is systemd a dependency for Nixpkgs?
Jul 11 · 6 months ago · 👍 emilis, Odintsoff
🌙 dmoonfire · Jul 12 at 12:37:
I'm guessing because they had to pick one otherwise testing and support would be overwhelming. and systems handles most of the problems in a space that a lot if existing services already support (though telling Ceph not to use systems on Nix was fun).
systemd also handles the reloading that makes nixos-rebuild useful.
...otherwise testing and support of two or more init/mounting/service infrastructures would be...