summary refs log tree commit diff
path: root/doc/functions.xml
diff options
context:
space:
mode:
authortilpner <till@hoeppner.ws>2019-01-27 14:02:50 +0100
committertilpner <till@hoeppner.ws>2019-02-23 21:04:21 +0100
commit58443d8a506a67de76f09e8ca57bc5b010798cbe (patch)
tree832f9821e0dfaec2d78ab902c104a3baac5b43f9 /doc/functions.xml
parenteb965a4b3821af91c5988580fbb6624b9d22072e (diff)
downloadnixpkgs-58443d8a506a67de76f09e8ca57bc5b010798cbe.tar
nixpkgs-58443d8a506a67de76f09e8ca57bc5b010798cbe.tar.gz
nixpkgs-58443d8a506a67de76f09e8ca57bc5b010798cbe.tar.bz2
nixpkgs-58443d8a506a67de76f09e8ca57bc5b010798cbe.tar.lz
nixpkgs-58443d8a506a67de76f09e8ca57bc5b010798cbe.tar.xz
nixpkgs-58443d8a506a67de76f09e8ca57bc5b010798cbe.tar.zst
nixpkgs-58443d8a506a67de76f09e8ca57bc5b010798cbe.zip
appimageTools: init
The appimageTools attrset contains utilities to prevent
the usage of appimage-run to package AppImages, like done/attempted
in #49370 and #53156.

This has the advantage of allowing for per-package environment changes,
and extracts into the store instead of the users home directory.

The package list was extracted into appimageTools to prevent
duplication.
Diffstat (limited to 'doc/functions.xml')
-rw-r--r--doc/functions.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/functions.xml b/doc/functions.xml
index e6d59ebde97..f6a65968029 100644
--- a/doc/functions.xml
+++ b/doc/functions.xml
@@ -14,5 +14,6 @@
  <xi:include href="functions/fhs-environments.xml" />
  <xi:include href="functions/shell.xml" />
  <xi:include href="functions/dockertools.xml" />
+ <xi:include href="functions/appimagetools.xml" />
  <xi:include href="functions/prefer-remote-fetch.xml" />
 </chapter>