this post was submitted on 12 Jun 2024
91 points (96.9% liked)
Linux
5376 readers
41 users here now
A community for everything relating to the linux operating system
Also check out [email protected]
Original icon base courtesy of [email protected] and The GIMP
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Nix! Just being able to run
nix-env -i git
and get a newer, isolated, git installation on an older Debian is very nice. Makes it easy to remove.I can also do
nix-shell -p <application I want to try out>
if I want to test stuff out.I've been able to ignore the Nix language pretty well so far, so no incredibly steep learning curve quite yet. Nix OS is still too spoopy for me.