💾 Archived View for bbs.geminispace.org › s › Nix-NixOs › 2976 captured on 2024-02-05 at 11:40:19. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-12-28)
-=-=-=-=-=-=-
What would have to be done to make Nixpkgs init-system agnostic? In other words, why is systemd a dependency for Nixpkgs?
2023-07-11 · 7 months ago · 👍 emilis, Odintsoff
🌙 dmoonfire · 2023-07-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...