5 ms·
is this irony?
by Eduard 4mo ago
is this irony?
- Cyph0n 4mo agoNo. Is that not readable to you lol? I think anyone with even a passing familiarity with systemd would understand what that chunk of Nix is doing. Compare it to the alternative of using plain systemd (including command(s) required to enable units). Also, consider what build-time validation you get prior to starting the unit/timer. Hint: zero.
- okanat 4mo agoIt's significantly uglier and it also skips the helpful headers / sections in the systemd INI files. `[Unit]` and `[Service]` and `[Timer]` represent different layers of execution. Many Nix people got used to the horrible syntax of Nix, I guess? I still find Bitbake significantly more palatable than Nix. I do appreciate build-time checking but I think this can be solved at systemd side as a separate tool just as effectively.
- Cyph0n 4mo agoUgliness is subjective :) But my question was around readability: were you able to understand what the snippet I shared is doing? Re: build-time checks - but systemd hasn’t done it, and I am also unsure where exactly this verification would even take place given systemd’s configuration model. Unless you’re talking about some kind of language server or IDE integration.