summary refs log tree commit diff
path: root/pkgs/tools/package-management/appimage-run
Commit message (Collapse)AuthorAge
* appimage-run: Support type-1 Appimages (#45973)Till Höppner2018-09-19
| | | | This attempts to detect older appimages and extract them in the same manner as new ones, without changing filesystem paths
* treewide: fix build with disallowed aliases (#43872)volth2018-07-21
| | | fixes build with disallowed aliases
* appimage-run: add libudev to inputs (#43269)Brandon Smith2018-07-11
| | | Required by Ledger Live
* appimage-run: inittilpner2018-06-15
This adds a best-effort hack to run AppImages, which currently don't work out-of-the-box on NixOS. This is not preferable to using packaged applications, but may help users if the application they want to run is not in nixpkgs. It uses the package list from the Steam chroot, but without Steam packages.