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

Nix / NixOS

1738 readers
3 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 1 week 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 1 week 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".