about summary refs log tree commit diff
path: root/doc/builders
AgeCommit message (Collapse)AuthorFilesLines
2022-09-15doc/testers: testVersion -> testers.testVersion, add exampleIvar Scholten1-5/+11
2022-08-31Merge pull request #170906 from Sohalt/dockerTools.ca-certificates.crtRobert Hensing1-1/+38
dockerTools ca-certificates.crt helper
2022-08-16dockerTools.buildImage: make VM memSize configurableAlex James1-0/+7
Fixes #186752. This adds buildVMMemorySize (defaults to 512 MiB) to buildImage, which is passed to vm.runInLinuxVM. This is needed for larger base images, which may otherwise cause container build failures due to OOM in the VM.
2022-08-14fetchgit: allow disabling cone mode for sparse checkouts, fix testWinter1-3/+3
2022-08-04Merge pull request #174093 from NixOS/doc-fakenssFlorian Klink1-0/+29
nixos/doc: document fakeNss, binSh
2022-08-03Merge pull request #179489 from Thornycrackers-Forks/fetcher-docs-updateValentin Gagarin1-3/+42
doc/builders/fetchers: Add examples, reduce sentence complexity
2022-08-02Add example error message.Cody Hiar1-1/+5
2022-08-02Updating sha256 to more realistic exampleCody Hiar1-2/+2
2022-08-02Update doc/builders/fetchers.chapter.mdCody Hiar1-1/+5
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-08-02Update doc/builders/fetchers.chapter.mdCody Hiar1-1/+2
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-08-02Update doc/builders/fetchers.chapter.mdCody Hiar1-1/+3
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-08-02Update doc/builders/fetchers.chapter.mdCody Hiar1-1/+1
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-08-02Update doc/builders/fetchers.chapter.mdCody Hiar1-1/+2
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-08-01nixos/doc: update contents to copyToRootFlorian Klink1-6/+7
contents is deprecated now, use the copyToRoot attribute.
2022-08-01Update doc/builders/images/dockertools.section.mdFlorian Klink1-1/+1
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
2022-08-01nixos/doc: document fakeNss, binShFlorian Klink1-0/+28
2022-07-28nixpkgs/doc: remove unused `unfree.xml`Arnout Engelen1-13/+0
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.
2022-07-18Update doc/builders/fetchers.chapter.mdCody Hiar1-1/+1
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
2022-07-07dockerTools: document environment helperssohalt1-1/+38
2022-07-06dockerTools.buildImage: Add copyToRoot to replace contents, explain usageRobert Hensing1-3/+12
2022-07-04Updated wording from code reviewCody Hiar1-2/+2
2022-06-29Remove possessive apostrophesCody Hiar1-2/+2
2022-06-28doc/builders/fetchers: Add examples, reduce sentence complexityCody Hiar1-3/+30
2022-06-21Merge pull request #176324 from meebey/meebey/meebey-patch-1adisbladis1-1/+1
doc/builders/images/dockertools: improve shadowSetup example
2022-06-05doc/builders/images/dockertools: improve shadowSetup exampleMirco Bauer1-1/+1
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.
2022-06-03nixos/doc: move fetchpatch documentation to fetcher documentationFlorian Klink1-0/+12
… and link from the coding-conventions chapter to it. Closes #48569.
2022-06-01doc: firefox: Show how to use PKCS#11 Proxy ModuleKlemens Nanni1-4/+8
`p11-kit-proxy.so` makes it able to use multiple PKCS#11 modules and manage them through p11-kit(8). Fix indentation while here.
2022-05-05doc/testers: Mention nixosTests in nixosTest docRobert Hensing1-1/+1
2022-05-05testers.nixosTest: Move from top-level and improve docsRobert Hensing1-0/+46
2022-05-03Merge pull request #163598 from SuperSamus/doc-builder-typosSandro22-88/+87
doc/builders: fix typos
2022-04-22doc: move testers to their own chapterArtturin4-33/+83
2022-03-21added fetchFromGitea to docsjahway6031-0/+4
2022-03-15Merge pull request #161739 from Artturin/gsettingsfhsenvArtturi1-0/+2
2022-03-10doc/builders: fix typosMartino Fontana22-88/+87
2022-03-03buildFHSUserEnv{Chroot,Bubblewrap}: link gsettings-schemas to the FHS locationArtturin1-0/+2
We shouldn't need to use wrapGAppsHook in expressions that use this builder.
2022-03-02treewide: remove steam-run-nativeJonathan Ringer1-1/+1
2022-01-24fetchgit: Add document for sparseCheckoutZhong Jianxin1-0/+18
2022-01-08Merge pull request #147690 from pasqui23/hostsRobert Hensing1-0/+102
concatTextFile: init
2022-01-08mkShell: make it buildable (#153194)Jonas Chevalier1-6/+26
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.
2022-01-03fetchFromSourcehut: allow recursive fetchingNguyễn Gia Phong1-1/+8
2021-12-20Merge pull request #145103 from symphorien/nix-env-iDomen Kožar1-1/+1
doc: minimize mentions of nix-env -i without -A in nixpkgs manual
2021-12-18doc: minimize mentions of nix-env -i without -A in nixpkgs manualGuillaume Girol1-1/+1
2021-12-11docs: added examples to trivial builders sectionPasquale1-0/+97
2021-12-04dockerTools: Keep fakechroot disabled by defaultRobert Hensing1-3/+3
Avoid risk of breaking existing images by making it opt-in.
2021-12-04dockerTools: Add fakechroot to fakeRootCommandsRobert Hensing1-1/+7
2021-12-02concatText: documentationPasquale1-0/+5
2021-11-08writeShellApplication: buildInputs -> runtimeInputsBernardo Meurer1-2/+2
2021-11-08writeShellApplication: initBernardo Meurer1-0/+22
2021-09-27Merge master into staging-nextgithub-actions[bot]1-1/+1
2021-09-27doc: fix misspelling (#139623)thomassdk1-1/+1
doc/builders/fetchers.chapter.md: fetcheres -> fetchers