Jump to content

Translations:Appimage/5/en

From Official NixOS Wiki
Revision as of 18:19, 2 August 2026 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

You can tell the Linux kernel to use an interpreter (e.g. appimage-run) when executing certain binary files through the use of [$1 binfmt_misc], either by filename extension or magic number matching. Below NixOS configuration registers AppImage files (ELF files with magic number "AI" + 0x02) to be run with appimage-run as interpreter: