@ikidd@lemmy.world to Linux@lemmy.mlEnglish • 5 days agoThree Years of Nix and NixOS: The Good, the Bad, and the Uglypierrezemb.frexternal-linkmessage-square106fedilinkarrow-up1187arrow-down16 cross-posted to: linux@programming.devlinux@programming.devlobsters@lemmy.bestiver.se
arrow-up1181arrow-down1external-linkThree Years of Nix and NixOS: The Good, the Bad, and the Uglypierrezemb.fr@ikidd@lemmy.world to Linux@lemmy.mlEnglish • 5 days agomessage-square106fedilink cross-posted to: linux@programming.devlinux@programming.devlobsters@lemmy.bestiver.se
minus-square@SolarBoy@slrpnk.netlinkfedilinkEnglish2•4 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-square@iopq@lemmy.worldlinkfedilink1•3 days agoBut appimages will complain about unmet dependencies, so usually they don’t work
?
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