nixpkgs/doc
Jörg Thalheim dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
..
functions treewide: use runtimeShell instead of stdenv.shell whenever possible 2019-02-26 14:10:49 +00:00
languages-frameworks doc: fix some indent 2019-02-03 20:10:10 +00:00
old reewide: Purge all uses stdenv.system and top-level system 2018-08-30 17:20:32 -04:00
.gitignore Generate links to function definitions 2018-10-05 11:20:46 -04:00
coding-conventions.xml rephrase and apply suggestions 2019-01-17 12:32:08 +02:00
configuration.xml manual: limit text width 2019-01-08 15:08:42 +00:00
contributing.xml nixpkgs docs: format =) 2018-05-01 19:54:21 -04:00
cross-compilation.xml doc: fix incorrect example 2018-11-28 16:00:43 -06:00
default.nix doc: Add automatic generation of library function documentation 2019-01-04 11:28:27 +01:00
functions.xml Merge pull request #54693 from tilpner/appimage-tools 2019-02-23 18:06:31 -05:00
introduction.chapter.md Fix invalid sentence in doc (#43228) 2018-07-08 23:46:34 +02:00
lib-function-docs.nix doc: Add automatic generation of library function documentation 2019-01-04 11:28:27 +01:00
lib-function-locations.nix Generate links to function definitions 2018-10-05 11:20:46 -04:00
Makefile doc: Include function doc generation in Makefile 2019-02-01 11:45:30 +01:00
manual.xml nixpkgs docs: format =) 2018-05-01 19:54:21 -04:00
meta.xml Treewide: use HTTPS on GNU domains 2018-12-02 15:51:59 +01:00
multiple-output.xml doc: typo fixes 2018-11-19 13:02:17 -06:00
overlays.xml doc: typo fixes 2018-11-19 13:02:17 -06:00
overrides.css doc: Fixes in-text callouts and screen callouts. 2018-04-07 15:38:12 -04:00
package-notes.xml Elm: automate packaging with elm2nix 2019-01-03 16:37:09 +00:00
platform-notes.xml doc/platform-notes: reword xcode warning 2018-11-19 13:03:23 -06:00
quick-start.xml docs: Remove redundancy 2018-11-05 20:16:51 +01:00
release-notes.xml nixpkgs docs: give linked things IDs 2018-09-01 15:20:57 -04:00
reviewing-contributions.xml doc/reviewing-contributions: use they pronoun 2019-01-18 05:29:55 -05:00
shell.nix Generate links to function definitions 2018-10-05 11:20:46 -04:00
stdenv.xml Merge branch 'master' into staging-next 2019-02-01 09:22:29 +01:00
style.css manual: limit text width 2019-01-08 15:08:42 +00:00
submitting-changes.xml Add section IDs 2018-09-01 15:06:38 -04:00