Y
Hacker News
new
|
ask
|
show
|
jobs
by
rottingchris
1480 days ago
Nix doesn't use Haskell. Nix uses its own language (the Nix expression language):
https://nixos.wiki/wiki/Nix_Expression_Language
1 comments
smitty1e
1480 days ago
I can't figure out from Wikipedia if NixOS is a systemd user or, like Guix, has a custom services facility.
link
jbboehr
1480 days ago
NixOS uses systemd, although wrapped in their own DSL, example:
https://github.com/NixOS/nixpkgs/blob/24903b5de2e07cc7b65eae...
link
yjftsjthsd-h
1480 days ago
It currently uses systemd quite heavily. There at least was some conversation about making it more service manager agnostic so that others could be used, but I'm not aware of that having gotten anywhere. I haven't checked in a while though.
link
opan
1480 days ago
NixOS uses systemd.
link