about summary refs log tree commit diff
path: root/doc/builders
AgeCommit message (Collapse)AuthorFilesLines
2020-07-31doc/*: editorconfig fixeszowoq1-1/+1
2020-07-30doc/steam: add docs about new steam moduleMaciej Krüger1-7/+1
2020-07-18doc: add section for cataclysm-ddaMitsuhiro Nakamura2-0/+95
2020-07-15citrix_workspace: update docs about selfserviceMaximilian Bosch1-0/+14
2020-07-15citrix_workspace: add more features, refactor derivationMaximilian Bosch1-15/+3
In #89806 it has been reported that the final package is missing a lot of features like support for the self-service GUI and the config-management. While working on supporting those components in the Nix-package, I decided to refactor the package to simplify the entire setup. This patch changes the following things: * Binaries and libraries are patched using the `autoPatchelfHook` to avoid having unneeded libraries linked (e.g. some programs use gtk2, others use gtk3). * Moved source-declarations into their own file. * Wrapped `configmgr` and `selfservice` and added those to `$out/bin`. * Don't mention the old `citrix_receiver`-packages in the manual anymore since those packages were removed in 19.09 and are EOLed anyways. Closes #89806
2020-06-22Add docs for dockerTools.streamLayeredImageSteve Purcell1-1/+22
2020-04-18treewide: per RFC45, remove more unquoted URLsPavol Rusnak1-1/+1
2020-02-16doc/ociTools: exec is a shell builtin, not an external commandedef1-1/+1
2020-02-02doc: document new urxvt plugin systemrnhmjoj2-0/+102
2020-01-23doc: Fix callout reference in appimagetoolsadisbladis1-1/+1
2019-12-17Merge pull request #74862 from alyssais/fetchgittilesMichael Raskin1-0/+11
fetchFromGitiles: init
2019-12-16dockerTools: the API has basically never changedGraham Christensen1-6/+0
2019-12-04pkgs/build-support/trivial-builders: remove runCommandCCLocalProfpatsch1-2/+2
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>
2019-12-04doc/builders: add ids to the trivial builder definitionsProfpatsch1-5/+5
This makes it possible to reference single function definitions, for pointing people to their exact definition.
2019-12-04doc/builders/trivial-builders: added runCommandLocal docsProfpatsch1-0/+13
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.
2019-12-02fetchFromGitiles: initAlyssa Ross1-0/+11
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.
2019-10-30nixpkgs manual: fix white space and indentationFrederik Rietdijk19-384/+371
2019-10-30nixpkgs manual: move builders into one folderFrederik Rietdijk17-0/+802
2019-10-21doc: move fhs and mkShell under builders/specialFrederik Rietdijk3-0/+158
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...
2019-10-21doc: move image builders into new images chapterFrederik Rietdijk7-0/+759
2019-10-20doc: move fetchers and trivial builders under buildersFrederik Rietdijk2-0/+227