summaryrefslogtreecommitdiff
path: root/doc/builders (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #174093 from NixOS/doc-fakenss•••nixos/doc: document fakeNss, binShFlorian Klink2022-08-041-0/+29
|\
| * nixos/doc: update contents to copyToRoot•••contents is deprecated now, use the copyToRoot attribute. origin/doc-fakenssFlorian Klink2022-08-011-6/+7
| * Update doc/builders/images/dockertools.section.md•••Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>Florian Klink2022-08-011-1/+1
| * nixos/doc: document fakeNss, binShFlorian Klink2022-08-011-0/+28
* | Merge pull request #179489 from Thornycrackers-Forks/fetcher-docs-update•••doc/builders/fetchers: Add examples, reduce sentence complexityValentin Gagarin2022-08-031-3/+42
|\ \ | |/ |/|
| * Add example error message.Cody Hiar2022-08-021-1/+5
| * Updating sha256 to more realistic exampleCody Hiar2022-08-021-2/+2
| * Update doc/builders/fetchers.chapter.md•••Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>Cody Hiar2022-08-021-1/+5
| * Update doc/builders/fetchers.chapter.md•••Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>Cody Hiar2022-08-021-1/+2
| * Update doc/builders/fetchers.chapter.md•••Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>Cody Hiar2022-08-021-1/+3
| * Update doc/builders/fetchers.chapter.md•••Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>Cody Hiar2022-08-021-1/+1
| * Update doc/builders/fetchers.chapter.md•••Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>Cody Hiar2022-08-021-1/+2
| * Update doc/builders/fetchers.chapter.md•••Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>Cody Hiar2022-07-181-1/+1
| * Updated wording from code reviewCody Hiar2022-07-041-2/+2
| * Remove possessive apostrophesCody Hiar2022-06-291-2/+2
| * doc/builders/fetchers: Add examples, reduce sentence complexityCody Hiar2022-06-281-3/+30
* | nixpkgs/doc: remove unused `unfree.xml`•••This section was broken out into its own file in efb55d2a42e but apparently never actually got included anywhere. Since then a more detailed section on using unfree packages has been introduced. Copied the introduction and removed the rest of the file. Arnout Engelen2022-07-281-13/+0
* | dockerTools.buildImage: Add copyToRoot to replace contents, explain usageRobert Hensing2022-07-061-3/+12
|/
* Merge pull request #176324 from meebey/meebey/meebey-patch-1•••doc/builders/images/dockertools: improve shadowSetup exampleadisbladis2022-06-211-1/+1
|\
| * doc/builders/images/dockertools: improve shadowSetup example•••The example snippet will fail with this error as it is not self contained and assumes `shadowSetup` was given: $ nix-build docker-image.nix error: undefined variable 'shadowSetup' at docker-image.nix:20:7 Instead use the full reference to `shadowSetup` in the example so it will work as stated. Mirco Bauer2022-06-051-1/+1
* | nixos/doc: move fetchpatch documentation to fetcher documentation•••… and link from the coding-conventions chapter to it. Closes #48569. Florian Klink2022-06-031-0/+12
|/
* doc: firefox: Show how to use PKCS#11 Proxy Module•••`p11-kit-proxy.so` makes it able to use multiple PKCS#11 modules and manage them through p11-kit(8). Fix indentation while here. Klemens Nanni2022-06-011-4/+8
* doc/testers: Mention nixosTests in nixosTest docRobert Hensing2022-05-051-1/+1
* testers.nixosTest: Move from top-level and improve docsRobert Hensing2022-05-051-0/+46
* Merge pull request #163598 from SuperSamus/doc-builder-typos•••doc/builders: fix typosSandro2022-05-0322-88/+87
|\
| * doc/builders: fix typosMartino Fontana2022-03-1022-88/+87
* | doc: move testers to their own chapterArtturin2022-04-224-33/+83
* | added fetchFromGitea to docsjahway6032022-03-211-0/+4
* | Merge pull request #161739 from Artturin/gsettingsfhsenvArtturi2022-03-151-0/+2
|\ \ | |/ |/|
| * buildFHSUserEnv{Chroot,Bubblewrap}: link gsettings-schemas to the FHS location•••We shouldn't need to use wrapGAppsHook in expressions that use this builder. Artturin2022-03-031-0/+2
* | treewide: remove steam-run-nativeJonathan Ringer2022-03-021-1/+1
|/
* fetchgit: Add document for sparseCheckoutZhong Jianxin2022-01-241-0/+18
* Merge pull request #147690 from pasqui23/hosts•••concatTextFile: initRobert Hensing2022-01-081-0/+102
|\
| * docs: added examples to trivial builders sectionPasquale2021-12-111-0/+97
| * concatText: documentationPasquale2021-12-021-0/+5
* | mkShell: make it buildable (#153194)•••When I designed `mkShell`, I didn't have a good idea of what the output should look like and so decided to make the build fail. In practice, this causes quite a bit of confusion and complications because now the shell cannot be part of a normal package set without failing the CI as well. This commit changes that build phase to record all the build inputs in a file. That way it becomes possible to build it, makes sure that all the build inputs get built as well, and also can be used as a GC root. (by applying the same trick as #95536). The documentation has also been improved to better describe what mkShell does and how to use it. Jonas Chevalier2022-01-081-6/+26
* | fetchFromSourcehut: allow recursive fetchingNguyễn Gia Phong2022-01-031-1/+8
* | Merge pull request #145103 from symphorien/nix-env-i•••doc: minimize mentions of nix-env -i without -A in nixpkgs manualDomen Kožar2021-12-201-1/+1
|\ \
| * | doc: minimize mentions of nix-env -i without -A in nixpkgs manualGuillaume Girol2021-12-181-1/+1
* | | dockerTools: Keep fakechroot disabled by default•••Avoid risk of breaking existing images by making it opt-in. Robert Hensing2021-12-041-3/+3
* | | dockerTools: Add fakechroot to fakeRootCommandsRobert Hensing2021-12-041-1/+7
| |/ |/|
* | writeShellApplication: buildInputs -> runtimeInputsBernardo Meurer2021-11-081-2/+2
* | writeShellApplication: initBernardo Meurer2021-11-081-0/+22
|/
* Merge master into staging-nextgithub-actions[bot]2021-09-271-1/+1
|\
| * doc: fix misspelling (#139623)•••doc/builders/fetchers.chapter.md: fetcheres -> fetchersthomassdk2021-09-271-1/+1
* | nixpkgs/doc/glibc: better glibc link•••also replace unicode symbol in case some environment cannot reproduce the encoding or font symbol. Jörg Thalheim2021-09-221-2/+3
* | Merge staging-next into staginggithub-actions[bot]2021-09-213-3/+43
|\|
| * Merge pull request #136022 from hercules-ci/fetcher-testing•••Fetcher testingRobert Hensing2021-09-213-3/+43
| |\
| | * invalidateFetcherByDrvHash move docs to manualRobert Hensing2021-09-193-1/+33
| | * doc/builders/fetchers: Explain invalidateFetcherByDrvHashRobert Hensing2021-09-191-1/+1