summary refs log tree commit diff
path: root/doc/functions
Commit message (Collapse)AuthorAge
* fix catAttrs documentation signatureivann2020-01-12
|
* doc: move fhs and mkShell under builders/specialFrederik Rietdijk2019-10-21
| | | | | | In my opinion Functions should only contain pure functions. These are both meant to provide derivations so I put them under Builders. Don't know exactly *where* to put them so "special" it is...
* doc: move overrides into separate chapterFrederik Rietdijk2019-10-21
|
* doc: move image builders into new images chapterFrederik Rietdijk2019-10-21
|
* doc: move fetchers and trivial builders under buildersFrederik Rietdijk2019-10-20
|
* doc: re-formatJan Tojnar2019-09-18
|
* doc/stdenv: document meson variablesworldofpeace2019-09-17
|
* ociTools: fixing outdated documentationKatharina Fey2019-09-09
|
* ociTools: initKatharina Fey2019-09-04
|
* doc/functions/dockertools.xml: clarify that "Commands" means shell commandsGraham Christensen2019-08-15
| | | Co-Authored-By: Jon <jonringer@users.noreply.github.com>
* dockertools.buildLayeredImage: default layer count up to 100Graham Christensen2019-08-12
|
* dockerTools: document extraCommandsGraham Christensen2019-08-12
|
* doc: fix after snaptools mergeGraham Christensen2019-07-10
|
* snapTools.makeSnap: initGraham Christensen2019-06-18
|
* doc: Use prompt more oftenJan Tojnar2019-06-17
|
* doc: fix spurious whitespaceJan Tojnar2019-06-17
|
* Merge pull request #58360 from xtruder/pkgs/dockerTools/nix-prefetch-dockerJaka Hudoklin2019-04-06
|\ | | | | dockerTools: add nix-prefetch-docker script
| * dockerTools: add nix-prefetch-docker scriptJaka Hudoklin2019-04-06
| |
* | dockerTools: add finalImageName parameter for pullImageJaka Hudoklin2019-03-26
|/
* doc: format the documentation (#57102)Wael Nasreddine2019-03-08
|
* treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
| | | | | | | | | 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.
* Merge pull request #54693 from tilpner/appimage-toolsGraham Christensen2019-02-23
|\ | | | | appimageTools: init
| * appimageTools: inittilpner2019-02-23
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | nix-gitignore: init at v3.0.0 (#46112)Raitis Veinbahs2019-02-18
| | | | | | closes siers/nix-gitignore#6
* | Fix typos in docker tools docsAlexandre Esteves2019-01-30
| |
* | nixpkgs/manual: add one more fix for a missed reviewMatthew Bauer2019-01-27
| |
* | nixpkgs/manual: address review commentsMatthew Bauer2019-01-27
| | | | | | | | Mostly taken from requested changes exactly as recommended.
* | nixpkgs/manual: add trivial builders sectionMatthew Bauer2019-01-26
| | | | | | | | Fixes #25507.
* | nixpkgs/manual: document fetcher functionsMatthew Bauer2019-01-26
|/ | | | Fixes #32439.
* prefer-fetch-remote: an overlay to fetch on remote buildersJörg Thalheim2019-01-18
| | | | | | 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.
* doc: Add automatic generation of library function documentationVincent Ambo2019-01-04
| | | | | | | | | | | 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.
* Merge pull request #47430 from roberth/nixpkgs-extendJohn Ericson2018-10-23
|\ | | | | pkgs.extend for adding overlays
| * doc: Add link from overrides to overlaysRobert Hensing2018-10-19
| |
| * doc: Improve overrides and overlays documentationRobert Hensing2018-10-18
| |
| * nixpkgs docs: Point to pkgs.extend, pkgs.appendOverlays and improve override ↵Robert Hensing2018-10-18
| | | | | | | | section
* | nixpkgs docs: Fix tiny typo (#48477)Ingo Blechschmidt2018-10-23
|/
* nixpkgs docs: document recursivelyUpdateGraham Christensen2018-10-12
|
* nixpkgs docs: document recursivelyUpdateUntilGraham Christensen2018-10-12
|
* nixpkgs docs: document zipAttrsGraham Christensen2018-10-12
|
* nixpkgs docs: document zipAttrsWithGraham Christensen2018-10-12
|
* nixpkgs docs: Clarify zipAttrsWithNames's docsGraham Christensen2018-10-12
|
* nixpkgs docs: document zipAttrsWithNamesGraham Christensen2018-10-12
|
* nixpkgs docs: document optionalAttrsGraham Christensen2018-10-12
|
* nixpkgs docs: document toDerivationGraham Christensen2018-10-12
|
* nixpkgs docs: document isDerivationGraham Christensen2018-10-12
|
* nixpkgs docs: document genAttrsGraham Christensen2018-10-12
|
* nixpkgs docs: document mapAttrsRecursiveCondGraham Christensen2018-10-12
|
* nixpkgs docs: finish up mapAttrsRecursiveGraham Christensen2018-10-12
|
* Generate links to function definitionsGraham Christensen2018-10-05
| | | | | | | | | | 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.
* nixpkgs: Start documenting library functions in XMLGraham Christensen2018-10-05
| | | | | | Covers assert functions and about half of the attrsets functions. Some internal consistency around IDs could be improved.