this post was submitted on 17 Jun 2024
73 points (100.0% liked)
Free and Open Source Software
17919 readers
120 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Debian is mine and has been for decades + I’m a little bit happy to see it’s still well represented / well thought of in the community. Everything works, and you can choose new + exciting with headaches sometimes, or old + stable with no headaches but old.
Only real issue is the package management hasn’t kept pace with node / python / go / everything else wanting to do its own little mini package management, and so very occasionally that side is a little bit of a mess
NixOS I would like to try at some point as the core philosophy seems a little more suited to the modern (Docker / pip / etc) era, but I never messed with it
I recently switched to Debian and use nix to install / provide the likes of node / python / go for development.
Wait, how does that work? Can you do Nix package management on a Debian system or something?
Yes, you can just go ahead and install nix in your distro to use e.g.
nix-shell
to create a development environment.