top | item 46924773

(no title)

xyzzy_plugh | 22 days ago

https://github.com/nix-community/comma

discuss

order

Arcuru|22 days ago

I'm not sure I'll ever understand why they replaced their working ~50 line shell script with a Rust program that just shells out to the same nix-* commands. I appreciate that there are some safety benefits, but that program is just not complex enough to benefit.

aidenn0|22 days ago

Shell is already memory safe, so there's not even "we replaced C" to lean on.

pkulak|22 days ago

Maybe it was fun?