devilish666@lemmy.world to Programmer Humor@programming.dev · 1 year agoStop use dockerlemmy.worldexternal-linkmessage-square73linkfedilinkarrow-up1822arrow-down146
arrow-up1776arrow-down1external-linkStop use dockerlemmy.worlddevilish666@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square73linkfedilink
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up6·1 year agoNix has flakes; nix run can contain pretty much all of the needed dependencies. If that’s not enough, you can set up an entire container as a module.
Nix has flakes;
nix run
can contain pretty much all of the needed dependencies. If that’s not enough, you can set up an entire container as a module.