+4
-3
doc/.gitignore
+4
-3
doc/.gitignore
+51
-47
doc/coding-conventions.xml
+51
-47
doc/coding-conventions.xml
···············-<literal>nix run -f '<nixpkgs>' nix-prefetch-github -c nix-prefetch-github --rev 1f795f9f44607cc5bec70d1300150bfefcef2aae NixOS nix</literal>-or <literal>nix-prefetch-url --unpack https://github.com/NixOS/nix/archive/1f795f9f44607cc5bec70d1300150bfefcef2aae.tar.gz</literal>.·········
···············+https://github.com/NixOS/nix/archive/1f795f9f44607cc5bec70d1300150bfefcef2aae.tar.gz</literal>.·········
+9
-10
doc/configuration.xml
+9
-10
doc/configuration.xml
······
······
+80
-78
doc/cross-compilation.xml
+80
-78
doc/cross-compilation.xml
·································
·································
+33
-36
doc/functions/appimagetools.xml
+33
-36
doc/functions/appimagetools.xml
···-They are meant to be used if traditional packaging from source is infeasible, or it would take too long.···-<link xlink:href="https://github.com/AppImage/AppImageSpec/blob/74ad9ca2f94bf864a4a0dac1f369dd4f00bd1c28/draft.md#image-format">the specification</link> for details.······type1.AppImage: ELF 64-bit LSB executable, x86-64, version 1 (SYSV) ISO 9660 CD-ROM filesystem data 'AppImage' (Lepton 3.x), scale 0-0,spot sensor temperature 0.000000, unit celsius, color scheme 0, calibration: offset 0.000000, slope 0.000000, dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.18, BuildID[sha1]=d629f6099d2344ad82818172add1d38c5e11bc6d, stripped\012- data···-Note how the type 1 AppImage is described as an <literal>ISO 9660 CD-ROM filesystem</literal>, and the type 2 AppImage is not.·········-Looking through the extracted AppImage files, reading its scripts and running <command>patchelf</command> and <command>ldd</command> on its executables.-This can also be done in <command>appimage-run</command>, by setting <command>APPIMAGE_DEBUG_EXEC=bash</command>.-Running <command>strace -vfefile</command> on the wrapped executable, looking for libraries that can't be found.
······+<link xlink:href="https://github.com/AppImage/AppImageSpec/blob/74ad9ca2f94bf864a4a0dac1f369dd4f00bd1c28/draft.md#image-format">the······type1.AppImage: ELF 64-bit LSB executable, x86-64, version 1 (SYSV) ISO 9660 CD-ROM filesystem data 'AppImage' (Lepton 3.x), scale 0-0,spot sensor temperature 0.000000, unit celsius, color scheme 0, calibration: offset 0.000000, slope 0.000000, dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.18, BuildID[sha1]=d629f6099d2344ad82818172add1d38c5e11bc6d, stripped\012- data············
+12
-12
doc/functions/dockertools.xml
+12
-12
doc/functions/dockertools.xml
············
············
+153
-165
doc/functions/fetchers.xml
+153
-165
doc/functions/fetchers.xml
······
······
+6
-1
doc/functions/library.xml
+6
-1
doc/functions/library.xml
···
···
+23
-17
doc/functions/nix-gitignore.xml
+23
-17
doc/functions/nix-gitignore.xml
······-Those filter functions accept the same arguments the <literal>builtins.filterSource</literal> function would pass to its filters, thus <literal>fn: gitignoreFilterSourcePure fn ""</literal> should be extensionally equivalent to <literal>filterSource</literal>. The file is blacklisted iff it's blacklisted by either your filter or the gitignoreFilter.···-If you wish to use a filter that would search for .gitignore files in subdirectories, just like git does by default, use this function:
·········
+6
-8
doc/functions/prefer-remote-fetch.xml
+6
-8
doc/functions/prefer-remote-fetch.xml
···
···
+50
-61
doc/functions/trivial-builders.xml
+50
-61
doc/functions/trivial-builders.xml
············
·········+<literal>writeTextFile</literal>, <literal>writeText</literal>, <literal>writeTextDir</literal>, <literal>writeScript</literal>, <literal>writeScriptBin</literal>···
+30
-32
doc/languages-frameworks/ocaml.xml
+30
-32
doc/languages-frameworks/ocaml.xml
·········
·········
+5
-4
doc/package-notes.xml
+5
-4
doc/package-notes.xml
···-To update Elm compiler, see <filename>nixpkgs/pkgs/development/compilers/elm/README.md</filename>.-To package Elm applications, <link xlink:href="https://github.com/hercules-ci/elm2nix#elm2nix">read about elm2nix</link>.
···
+2
-2
doc/platform-notes.xml
+2
-2
doc/platform-notes.xml
+2
-2
doc/quick-start.xml
+2
-2
doc/quick-start.xml
···
···
+8
-6
doc/reviewing-contributions.xml
+8
-6
doc/reviewing-contributions.xml
···<link xlink:href="https://github.com/NixOS/nixpkgs/pulls?q=is%3Apr+is%3Aopen+review%3Anone+status%3Asuccess+-label%3A%222.status%3A+work-in-progress%22+no%3Aproject+no%3Aassignee+no%3Amilestone">···
···<link xlink:href="https://github.com/NixOS/nixpkgs/pulls?q=is%3Apr+is%3Aopen+review%3Anone+status%3Asuccess+-label%3A%222.status%3A+work-in-progress%22+no%3Aproject+no%3Aassignee+no%3Amilestone">···
+288
-278
doc/stdenv.xml
+288
-278
doc/stdenv.xml
··········································-Note that the update scripts will be run in parallel by default; you should avoid running <command>git commit</command> or any other commands that cannot handle that.-<cmdsynopsis><command>nix-shell</command> <arg>maintainers/scripts/update.nix</arg></cmdsynopsis>.································································································
··········································································································································