this post was submitted on 17 Jun 2024
        
      
      73 points (100.0% liked)
      Free and Open Source Software
    20551 readers
  
      
      2 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 3 years ago
      
      MODERATORS
      
    you are viewing a single comment's thread
view the rest of the comments
    view the rest of the comments
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-shellto create a development environment.