this post was submitted on 18 Oct 2023
16 points (100.0% liked)

nixos

1245 readers
1 users here now

All about NixOS - https://nixos.org/

founded 4 years ago
 

Could be areas of improvement as well

you are viewing a single comment's thread
view the rest of the comments
[–] 2xsaiko@discuss.tchncs.de 2 points 11 months ago* (last edited 11 months ago) (2 children)

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.

[–] ck_@discuss.tchncs.de 3 points 11 months ago

There are attempts to get a handle on that

https://github.com/NixOS/rfcs/pull/137

[–] Atemu@lemmy.ml 2 points 11 months ago (1 children)

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.

[–] ck_@discuss.tchncs.de 2 points 11 months ago

It has one major advantage over Nix though: it comes with a built in code formatter!