https://github.com/pkgforge/nix-appimage
Create App.NixAppImage for PkgForge Portable Collection [Maintainer=@Azathothas]
https://github.com/pkgforge/nix-appimage
Last synced: 6 months ago
JSON representation
Create App.NixAppImage for PkgForge Portable Collection [Maintainer=@Azathothas]
- Host: GitHub
- URL: https://github.com/pkgforge/nix-appimage
- Owner: pkgforge
- License: mit
- Created: 2024-11-09T05:59:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-15T01:12:52.000Z (about 1 year ago)
- Last Synced: 2024-12-15T02:18:52.426Z (about 1 year ago)
- Language: Shell
- Homepage: https://github.com/pkgforge/pkgcache
- Size: 34.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
- #### About
> This is a hard fork of the original [ralismark/nix-appimage](https://github.com/ralismark/nix-appimage) with following Changes:
> - Use [BubbleWrap](https://github.com/containers/bubblewrap) & [Static Binaries](https://github.com/Azathothas/Toolpacks)
> - Use [Universal AppRun](https://github.com/pkgforge/pkgcache/blob/main/appruns/bwrap/AppRun.sh)
> - And other changes meant to make porting [NixAppImages](https://github.com/pkgforge/pkgcache/blob/main/Docs/NIXAPPIMAGES.md) for [PkgForge/PkgCache](https://github.com/pkgforge/pkgcache) easier
- #### Use
```bash
!#${APP} --> https://search.nixos.org/packages
nix bundle --bundler "github:pkgforge/nix-appimage?ref=main" "nixpkgs#${APP}" --out-link "./${APP}.AppImage" --log-format bar-with-logs
```