Commit Graph

5 Commits

Author SHA1 Message Date
Wael Nasreddine
a7f4fd0014 doc: format the documentation (#57102) 2019-03-08 21:07:11 -08:00
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
Alexandre Esteves
9e7625983b Fix typos in docker tools docs 2019-01-30 16:37:43 +00:00
Graham Christensen
c07ba7c856 nixpkgs docs: Reformat 2018-10-02 15:59:59 -04:00
Graham Christensen
8bf342ffb8 nixpkgs docs: move dockertool to its own file 2018-10-02 14:13:12 -04:00