about summary refs log tree commit diff
path: root/doc/builders
Commit message (Collapse)AuthorAge
* treewide: per RFC45, remove more unquoted URLsPavol Rusnak2020-04-18
|
* doc/ociTools: exec is a shell builtin, not an external commandedef2020-02-16
|
* doc: document new urxvt plugin systemrnhmjoj2020-02-02
|
* doc: Fix callout reference in appimagetoolsadisbladis2020-01-23
|
* Merge pull request #74862 from alyssais/fetchgittilesMichael Raskin2019-12-17
|\ | | | | fetchFromGitiles: init
| * fetchFromGitiles: initAlyssa Ross2019-12-02
| | | | | | | | | | | | | | | | | | | | | | This has the same motivation as fetchFromGitHub/fetchFromGitLab -- it's cheaper to download a tarball of a single revision than it is to download a whole history. I could have gone with domain/group/repo, like fetchFromGitLab, but it would have made implementation more difficult, and this syntax means it's a drop-in replacement for fetchgit, so I decided it wasn't worth it.
* | dockerTools: the API has basically never changedGraham Christensen2019-12-16
| |
* | pkgs/build-support/trivial-builders: remove runCommandCCLocalProfpatsch2019-12-04
| | | | | | | | | | | | | | | | We shouldn’t force the user to have a C compiler in scope, just because the derivation is forced to build locally. That can’t be counted as “lightweight” anymore. Co-Authored-By: Silvan Mosberger<contact@infinisil.com>
* | doc/builders: add ids to the trivial builder definitionsProfpatsch2019-12-04
| | | | | | | | | | This makes it possible to reference single function definitions, for pointing people to their exact definition.
* | doc/builders/trivial-builders: added runCommandLocal docsProfpatsch2019-12-04
|/ | | | | | The link in the note points to the `id` added in https://github.com/NixOS/nix/pull/3255, so it might take some time to start working correctly.
* nixpkgs manual: fix white space and indentationFrederik Rietdijk2019-10-30
|
* nixpkgs manual: move builders into one folderFrederik Rietdijk2019-10-30
|
* 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 image builders into new images chapterFrederik Rietdijk2019-10-21
|
* doc: move fetchers and trivial builders under buildersFrederik Rietdijk2019-10-20