compact-discNixAppImage

AppImages created from NixOs Derivations & FHS


Schema

circle-info

.pkg: ${PKG_NAME}

.pkg_type: nixappimage

${SBUILD_PKG} : ${PKG_NAME}.nixappimage


Prerequisites (HOST)

circle-info
  • Fuse: Required for mounting Filesystems & Images

  • Fonts: Required to display/render Non-English Chars, Emojis, Symbols etc.

  • Kernel User NameSpaces: Required for Sandboxing, Security & Performance


Sandbox

circle-check

Quirks

circle-info

KNOWN ISSUES

WARNINGS

  • NEVER run strip, objcopy or any other binary rewriting tool as they will often just strip the squashfs|dwarfs archive, only preserving the runtime.

  • A typical .nixappimage file is not a real elf binary, thus will not survive this process.

Last updated