Commit Graph

3 Commits

Author SHA1 Message Date
Tom Bereknyei
ee29621831 Simplify appimage generation 2019-06-26 17:32:46 -04:00
Tom Bereknyei
d18d34c2db Allow bundle to handle an evaluated nix expression
Example (note the --arg vs --argstr for the package argument):
nix-build appimage-bundle.nix --arg package 'with import <nixpkgs>{}; writers.writePython3Bin "helloThere.py" {} "print(1)\n"' --argstr exec helloThere.py
2019-06-25 16:10:54 -04:00
Tom Bereknyei
943985abb0 Appimage bundler
Create fake icon and .desktop to bundle most CLI applications
Usage: nix-build appimage-bundle.nix --argstr package hello --argstr exec hello
2019-06-23 23:35:38 -04:00