ikidd@lemmy.world to Linux@lemmy.mlEnglish · 19 days agoThree Years of Nix and NixOS: The Good, the Bad, and the Uglypierrezemb.frexternal-linkmessage-square4linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkThree Years of Nix and NixOS: The Good, the Bad, and the Uglypierrezemb.frikidd@lemmy.world to Linux@lemmy.mlEnglish · 19 days agomessage-square4linkfedilink
minus-squareiopq@lemmy.worldlinkfedilinkarrow-up0·17 days agoIf you download a binary you can just steam-run it and it just works
minus-squareSolarBoy@slrpnk.netlinkfedilinkEnglisharrow-up0·17 days 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
minus-squareiopq@lemmy.worldlinkfedilinkarrow-up0·16 days agoBut appimages will complain about unmet dependencies, so usually they don’t work
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, appimagesBut appimages will complain about unmet dependencies, so usually they don’t work