summaryrefslogtreecommitdiff
path: root/doc/builders (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * doc/builders/fetchers: Document FOD caveatsRobert Hensing2021-09-191-3/+11
* | | Merge pull request #137601 from fzakaria/faridzakaria/glibc-netbase•••glibc: allow environment variable for /etc/ files (i.e. /etc/protocols)Jörg Thalheim2021-09-212-0/+18
|\ \ \ | |/ / |/| |
| * | glibc: add dependency on netbase /etc/protocols•••Add an explicit dependency on netbase for /etc/protocols Certain functions in glibc look for files present in /etc such as getprotobyname which reads /etc/protocols. If you are using Nix over a Linux installation, this file may not be present, and therefore it will cause errors. - add netbase as a new package in nixpks - add a dependency in glibc on it using postPatchPhase and substitute the path Fixes #124401 Farid Zakaria2021-09-192-0/+18
* | | Merge master into staging-nextgithub-actions[bot]2021-08-261-2/+5
|\| |
| * | firefox: Added checks for new addon behaviour since v91Luis-Hebendanz2021-08-221-2/+5
| |/
* / docs: adjust to the new structure of kernel packagesDominik Xaver Hörl2021-08-121-3/+3
|/
* Merge pull request #130021 from neosimsim/fix-emacs-override-examples•••emacs: fix overrideScope' examplesadisbladis2021-08-041-1/+1
|\
| * emacs: fix overrideScope' examplesAlexander Ben Nasrallah2021-07-121-1/+1
* | buildFHSUserEnv: document `profile` parameterMauricio Scheffer2021-07-111-0/+2
|/
* Link to Libera, Matrix instead of Freenode•••The project has moved away from Freenode as an IRC network[1], and there is now a quite large channel on Libera. As such, we should point users towards that instead. This also changes all examples to refer to libera instead of freenode as, with the recent deletion of all freenode channels, it is perhaps where most communities are to be found nowadays. Finally, also link to the official Matrix room[2] as an alternative to IRC. Related: https://github.com/NixOS/nixpkgs/pull/129384 [1]: https://discourse.nixos.org/t/join-us-on-matrix-at-nix-nixos-org-migrating-from-freenode [2]: https://github.com/NixOS/rfcs/pull/94 slotThe2021-07-061-1/+1
* docs: update Steam instructions to use steam-run-native package•••pkgs.steam-run-native is defined as exactly the expression that these instructions tell you to write, so the instruction is no longer necessary since we can just tell you to use that. Chris Martin2021-07-011-10/+1
* nixos/*: replace alsa* aliases•••The attributes got renamed in PR #126440 and in some places this caused evaluation errors, e.g. the tarball job was saying (locally) > attribute 'alsaUtils' missing, at /build/source/nixos/modules/services/audio/alsa.nix:6:4 and I suspect that trunk-combined jobset's failure to evaluate was also caused. Vladimír Čunát2021-06-101-2/+2
* doc: prepare for commonmark•••We are still using Pandoc’s Markdown parser, which differs from CommonMark spec slightly. Notably: - Line breaks in lists behave differently. - Admonitions do not support the simpler syntax https://github.com/jgm/commonmark-hs/issues/75 - The auto_identifiers uses a different algorithm – I made the previous ones explicit. - Languages (classes) of code blocks cannot contain whitespace so we have to use “pycon” alias instead of Python “console” as GitHub’s linguist While at it, I also fixed the following issues: - ShellSesssion was used - Removed some pointless docbook tags. Jan Tojnar2021-06-0711-40/+42
* writeReferencesToFile: docs and testsRobert Hensing2021-05-151-0/+26
* writeDirectReferencesToFile: initRobert Hensing2021-05-151-0/+21
* mkShell: introduce packages argument (#122180)•••The distinction between the inputs doesn't really make sense in the mkShell context. Technically speaking, we should be using the nativeBuildInputs most of the time. So in order to make this function more beginner-friendly, add "packages" as an attribute, that maps to nativeBuildInputs. This commit also updates all the uses in nixpkgs.Jonas Chevalier2021-05-131-4/+6
* doc/builders/images/*.xml: Convert to markdownBobby Rong2021-04-247-203/+121
* Merge pull request #108919 from bryanasdev000/doc-dlib•••dlib: Update doc to use CommonMarkSandro2021-04-223-25/+14
|\