this post was submitted on 18 Oct 2023
6 points (100.0% liked)
nixos
46 readers
1 users here now
All about NixOS - https://nixos.org/
founded 4 years ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's accumulated a lot of cruft over its >20 years of existence. Especially the language, which can't be changed due to otherwise breaking backwards compatibility.
There's Nickel which is sort of Nix expression language 2.0 but, honestly, the Nix expression language is perfectly adequate for what it needs to do.
Not to say it couldn't be better I wouldn't put it inn any top 10 of what is holding Nix back.
It has one major advantage over Nix though: it comes with a built in code formatter!
There are attempts to get a handle on that
https://github.com/NixOS/rfcs/pull/137