ikidd@lemmy.world to Linux@lemmy.mlEnglish · 1 day agoThree Years of Nix and NixOS: The Good, the Bad, and the Uglypierrezemb.frexternal-linkmessage-square96fedilinkarrow-up1158arrow-down16
arrow-up1152arrow-down1external-linkThree Years of Nix and NixOS: The Good, the Bad, and the Uglypierrezemb.frikidd@lemmy.world to Linux@lemmy.mlEnglish · 1 day agomessage-square96fedilink
minus-squareiopq@lemmy.worldlinkfedilinkarrow-up2·6 hours agoIf you download a binary you can just steam-run it and it just works
minus-squareSolarBoy@slrpnk.netlinkfedilinkEnglisharrow-up1·10 minutes agoThis command will just run an executable file on nix. Normally only executables which are installed from the package manager will work. appimage-run is another option. Which can be used to run, you guessed it, appimages
If you download a binary you can just
steam-run
it and it just works?
This command will just run an executable file on nix. Normally only executables which are installed from the package manager will work.
appimage-run
is another option. Which can be used to run, you guessed it, appimages