this post was submitted on 26 Oct 2024
26 points (88.2% liked)

Nix / NixOS

1765 readers
2 users here now

Main links

Videos

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] fl42v@lemmy.ml 1 points 3 weeks ago (1 children)

Fair enough, I guess. Although I'm not sure I immediately see how nickel is better. Off the top of my head, typing would mostly matter in stuff like options, where we have type checks (ish) already, unless using types.anything or whatever else there is serving a similar purpose

[โ€“] barsoap@lemm.ee 2 points 3 weeks ago

It's mostly useful for all kinds of reusable code aka "why do I have to run the code before nix can tell me that I missed an argument to fetchFromGithub".