deathmetal27@lemmy.world to linuxmemes@lemmy.world · 3 days agoSnap badlemmy.worldimagemessage-square192linkfedilinkarrow-up11.04K
arrow-up11.04KimageSnap badlemmy.worlddeathmetal27@lemmy.world to linuxmemes@lemmy.world · 3 days agomessage-square192linkfedilink
minus-squareStrawberrylinkfedilinkarrow-up4·24 hours agoI looked into Nix but it seemed like it locks you into using bash for your shell. Is that the case?
minus-squareM.int@lemm.eelinkfedilinkarrow-up6·20 hours ago The default shell on NixOS is bash, but it can be easily changed.
minus-squareStrawberrylinkfedilinkarrow-up2·9 hours agoSorry I was meaning in the context of using nix-shell for isolated reproducible environments. I read that things can go wrong if you try to use a shell other than bash
minus-squareM.int@lemm.eelinkfedilinkarrow-up3·6 hours agoYou could use something like nix-your-shell.
I looked into Nix but it seemed like it locks you into using bash for your shell. Is that the case?
Sorry I was meaning in the context of using nix-shell for isolated reproducible environments. I read that things can go wrong if you try to use a shell other than bash
You could use something like nix-your-shell.
Excellent, ty for showing this to me