about summary refs log tree commit diff
path: root/doc/functions
AgeCommit message (Collapse)AuthorFilesLines
2019-04-06Merge pull request #58360 from xtruder/pkgs/dockerTools/nix-prefetch-dockerJaka Hudoklin1-12/+29
dockerTools: add nix-prefetch-docker script
2019-04-06dockerTools: add nix-prefetch-docker scriptJaka Hudoklin1-12/+29
2019-03-26dockerTools: add finalImageName parameter for pullImageJaka Hudoklin1-7/+16
2019-03-08doc: format the documentation (#57102)Wael Nasreddine7-300/+283
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim1-2/+2
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-23Merge pull request #54693 from tilpner/appimage-toolsGraham Christensen1-0/+121
appimageTools: init
2019-02-23appimageTools: inittilpner1-0/+121
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.
2019-02-18nix-gitignore: init at v3.0.0 (#46112)Raitis Veinbahs1-0/+78
closes siers/nix-gitignore#6
2019-01-30Fix typos in docker tools docsAlexandre Esteves1-7/+7
2019-01-27nixpkgs/manual: add one more fix for a missed reviewMatthew Bauer1-3/+4
2019-01-27nixpkgs/manual: address review commentsMatthew Bauer2-28/+75
Mostly taken from requested changes exactly as recommended.
2019-01-26nixpkgs/manual: add trivial builders sectionMatthew Bauer1-0/+84
Fixes #25507.
2019-01-26nixpkgs/manual: document fetcher functionsMatthew Bauer1-0/+198
Fixes #32439.
2019-01-18prefer-fetch-remote: an overlay to fetch on remote buildersJörg Thalheim1-0/+27
This is useful when running tools like NixOps or nix-review on workstations where the upload to the builder is significantly slower then downloading the source on the builder itself.
2019-01-04doc: Add automatic generation of library function documentationVincent Ambo1-0/+9
Modifies the build process of the manual to invoke nixdoc automatically to generate XML files with function documentation. Currently documentation is present for five of the files in `lib/`. To add another file to the generated docs, both `doc/functions/library.xml` and `doc/lib-function-docs.nix` must be updated.
2018-10-23Merge pull request #47430 from roberth/nixpkgs-extendJohn Ericson1-2/+11
pkgs.extend for adding overlays
2018-10-23nixpkgs docs: Fix tiny typo (#48477)Ingo Blechschmidt1-2/+2
2018-10-19doc: Add link from overrides to overlaysRobert Hensing1-2/+3
2018-10-18doc: Improve overrides and overlays documentationRobert Hensing1-6/+3
2018-10-18nixpkgs docs: Point to pkgs.extend, pkgs.appendOverlays and improve override ↵Robert Hensing1-2/+13
section
2018-10-12nixpkgs docs: document recursivelyUpdateGraham Christensen1-0/+57
2018-10-12nixpkgs docs: document recursivelyUpdateUntilGraham Christensen1-0/+108
2018-10-12nixpkgs docs: document zipAttrsGraham Christensen1-1/+44
2018-10-12nixpkgs docs: document zipAttrsWithGraham Christensen1-0/+79
2018-10-12nixpkgs docs: Clarify zipAttrsWithNames's docsGraham Christensen1-1/+1
2018-10-12nixpkgs docs: document zipAttrsWithNamesGraham Christensen1-0/+88
2018-10-12nixpkgs docs: document optionalAttrsGraham Christensen1-0/+53
2018-10-12nixpkgs docs: document toDerivationGraham Christensen1-0/+26
2018-10-12nixpkgs docs: document isDerivationGraham Christensen1-0/+43
2018-10-12nixpkgs docs: document genAttrsGraham Christensen1-0/+59
2018-10-12nixpkgs docs: document mapAttrsRecursiveCondGraham Christensen1-0/+123
2018-10-12nixpkgs docs: finish up mapAttrsRecursiveGraham Christensen1-0/+82
2018-10-05Generate links to function definitionsGraham Christensen2-0/+36
Hydra passes the full revision in to the input, which we pass through. If we don't get this ,we try to get it from other sources, or default to master which should have the definition in a close-ish location. All published docs should have theURL resolve properly, only local hackers will have the link break.
2018-10-05nixpkgs: Start documenting library functions in XMLGraham Christensen3-0/+1066
Covers assert functions and about half of the attrsets functions. Some internal consistency around IDs could be improved.
2018-10-02nixpkgs docs: ReformatGraham Christensen6-736/+728
2018-10-02shell functions: rewrite as xmlGraham Christensen2-22/+27
2018-10-02nixpkgs docs: move shell section to its own fileGraham Christensen1-0/+22
2018-10-02nixpkgs docs: move dockertool to its own fileGraham Christensen1-0/+566
2018-10-02nixpkgs docs: move fhs-environments to its own fileGraham Christensen1-0/+144
2018-10-02nixpkgs docs: move debug to its own fileGraham Christensen1-0/+21
2018-10-02nixpkgs docs: move generators to its own fileGraham Christensen1-0/+90
2018-10-02nixpkgs docs: move overrides to its own fileGraham Christensen1-0/+205