zig2nix icon indicating copy to clipboard operation
zig2nix copied to clipboard

Merge Cloudef/nix-appimage into this project

Open Cloudef opened this issue 1 year ago • 0 comments

Allows bundling AppImages with statically linked musl appimage runtime and loader which setups user namespace mount with /nix and also some optional runtime code that can try to construct compatible runtime on non-FHS distros. The loader/runtime part is already here https://github.com/Cloudef/zig2nix/tree/master/src/bundle/loader

Since https://github.com/Cloudef/zig2nix/blob/master/src/bundle/zip.nix already creates the structure of what would be inside the appimage, I think this can be reused.

Cloudef avatar Feb 11 '24 05:02 Cloudef