Jump to content

Translations:Appimage/9/en

From Official NixOS Wiki
Revision as of 08:24, 14 August 2024 by FuzzyBot (talk | contribs) (Importing a new version from external source)

See the nixpkgs manual on wrapping AppImage packages. In short, the AppImage is extracted and any dependencies are added as nix build dependencies. Following example is a derivation for the program Quba, which is also distributed as AppImage.<syntaxhighlight lang="nix"> {

 lib,
 appimageTools,
 fetchurl,

}: