summary refs log tree commit diff
path: root/doc/builders
Commit message (Collapse)AuthorAge
* buildFHSUserEnv: document `profile` parameterMauricio Scheffer2021-07-11
|
* Link to Libera, Matrix instead of FreenodeslotThe2021-07-06
| | | | | | | | | | | | | | | | | | 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
* docs: update Steam instructions to use steam-run-native packageChris Martin2021-07-01
| | | | | | 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.
* nixos/*: replace alsa* aliasesVladimír Čunát2021-06-10
| | | | | | | 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.
* doc: prepare for commonmarkJan Tojnar2021-06-07
| | | | | | | | | | | | | | 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.
* writeReferencesToFile: docs and testsRobert Hensing2021-05-15
|
* writeDirectReferencesToFile: initRobert Hensing2021-05-15
|
* mkShell: introduce packages argument (#122180)Jonas Chevalier2021-05-13
| | | | | | | | | | 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.
* doc/builders/images/*.xml: Convert to markdownBobby Rong2021-04-24
|
* Merge pull request #108919 from bryanasdev000/doc-dlibSandro2021-04-22
|\ | | | | dlib: Update doc to use CommonMark
| * doc/builders/packages/dlib.xml: Convert to markdownBryan A. S2021-04-13
| | | | | | | | Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
* | Merge pull request #118269 from midchildan/feat/fuse/add-darwinSandro2021-04-22
|\ \
| * | docs: add FUSE packaging tip for Darwinmidchildan2021-04-20
| | |
* | | Merge pull request #103546 from mnacamura/cdda-small-fixSandro2021-04-12
|\ \ \
| * | | doc: add usage for `cataclysmDDA.attachPkgs`Mitsuhiro Nakamura2020-11-13
| | | |
* | | | Merge pull request #116749 from vroad/docker-layered-image-fakerootRobert Hensing2021-04-07
|\ \ \ \ | |_|_|/ |/| | | dockerTools.streamLayeredImage: add fakeRootCommands option
| * | | dockerTools.streamLayeredImage: Update documentationvroad2021-03-24
| | | | | | | | | | | | Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
| * | | dockerTools.streamLayeredImage: document fakeRootCommandsvroad2021-03-19
| | | |
* | | | Delete citrix.xmlSandro2021-04-01
| | | |
* | | | Merge pull request #108918 from bryanasdev000/doc-citrixRyan Mulligan2021-03-31
|\ \ \ \ | | | | | | | | | | citrix: Update doc to use CommonMark
| * | | | doc/builders/packages/citrix.xml: Convert to markdownBryan A. S2021-03-22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
* | | | | Merge pull request #108917 from bryanasdev000/doc-ocitoolsRyan Mulligan2021-03-31
|\ \ \ \ \ | |_|_|_|/ |/| | | | ocitools: Update doc to use CommonMark
| * | | | doc/builders/images/ocitools.xml: Convert to markdownBryan A. S2021-03-22
| |/ / / | | | | | | | | | | | | Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
* | | | Merge pull request #117360 from midchildan/feat/fuse/darwinBernardo Meurer2021-03-24
|\ \ \ \ | | | | | | | | | | fuse: use macfuse-stubs instead on Darwin
| * | | | doc: add section for FUSEmidchildan2021-03-24
| |/ / /
* | | | Merge pull request #115857 from lbpdt/feature/docker-tools-layered-base-imageBenjamin Hipple2021-03-23
|\ \ \ \ | |/ / / |/| | | dockerTools.buildLayeredImage: support fromImage
| * | | dockerTools.buildLayeredImage: support fromImageLouis Blin2021-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is now possible to pass a `fromImage` to `buildLayeredImage` and `streamLayeredImage`, similar to what `buildImage` currently supports. This will prepend the layers of the given base image to the resulting image, while ensuring that at most `maxLayers` are used. It will also ensure that environment variables from the base image are propagated to the final image.
* | | | Merge pull request #108921 from bryanasdev000/doc-ibusSandro2021-03-21
|\ \ \ \ | |_|/ / |/| | | ibus: Update doc to use CommonMark
| * | | doc/builders/packages/ibus.xml: Convert to markdownBryan A. S2021-02-14
| | | | | | | | | | | | | | | | Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
* | | | Remove repeating words from docFlorian Engel2021-03-14
| |/ / |/| |
* | | Merge pull request #102225 from luc65r/fetchsrhtMichael Weiss2021-03-11
|\ \ \ | | | | | | | | Add fetcher: fetchFromSourcehut
| * | | fetchFromSourcehut: initluc65r2021-03-08
| | | |
* | | | doc: remove unnecessary \ escapes in dockertools.section.mdBenjamin Hipple2021-03-09
| | | | | | | | | | | | | | | | | | | | These pollute the plain text and, after re-running `nix-build` and looking at the result, do not appear to have any impact on the rendered version.
* | | | Merge pull request #115322 from dotlambda/doc-ltJörg Thalheim2021-03-07
|\ \ \ \ | | | | | | | | | | doc: replace &lt; with < in Markdown
| * | | | doc: replace &lt; with < in MarkdownRobert Schütz2021-03-07
| | | | |
* | | | | doc: FormatRobert Hensing2021-03-04
|/ / / /
* | | | doc/builders/images/dockertools.section.md: Fix link labelsRobert Hensing2021-03-04
| | | |
* | | | doc/builders/images/dockertools.section.md: Fix anchor errorsBryan A. S2021-03-04
| | | | | | | | | | | | | | | | | | | | | | | | Also change note notation Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
* | | | doc/builders/images/dockertools.section.md: Indent nix codeBryan A. S2021-03-04
| | | | | | | | | | | | | | | | Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
* | | | doc/builders/images/dockertools.xml: Convert to markdown and start improvementsBryan A. S2021-03-04
| | | | | | | | | | | | | | | | | | | | | | | | Need to verify things like `error: IDREF "" without matching ID` and `::: {.note}` Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
* | | | Merge pull request #107322 from sternenseemann/fetch-github-leavedotgitLéo Gaspard2021-02-21
|\ \ \ \ | | | | | | | | | | fetchFromGitHub: also use git if deepClone or leaveDotGit is used
| * | | | doc/fetchers: document leaveDotGit, deepClone and fetchSubmodulessternenseemann2020-12-21
| | | | |
* | | | | doc: Convert Eclipse from Docbook to CommonMarkNiklaus Giger2021-02-16
| |_|/ / |/| | | | | | | Fixes: https://github.com/NixOS/nixpkgs/issues/105251
* | | | Merge pull request #108456 from siraben/elm-docs-mdtaku02021-02-13
|\ \ \ \ | |_|/ / |/| | | Convert Elm from Docbook to Commonmark
| * | | Convert Elm from Docbook to CommonmarkBen Siraphob2021-01-05
| | | |
* | | | treewide: emacsPackages -> emacs.pkgs & emacsWithPackages -> ↵adisbladis2021-01-13
| | | | | | | | | | | | | | | | | | | | | | | | emacs.pkgs.withPackages The previous names are now aliases and shouldn't be used anywhere inside nixpkgs.
* | | | fishPlugins.buildFishPlugin: rename checkFunctionPath parameterpacien2021-01-11
| | | |
* | | | doc/fish: document fish plugins packagingpacien2021-01-11
|/ / /
* | | doc: explicit Markdown anchors for top-level headings; remove metadataRyan Mulligan2021-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I used the existing anchors generated by Docbook, so the anchor part should be a no-op. This could be useful depending on the infrastructure we choose to use, and it is better to be explicit than rely on Docbook's id generating algorithms. I got rid of the metadata segments of the Markdown files, because they are outdated, inaccurate, and could make people less willing to change them without speaking with the author.
* | | doc: convert Steam to CommonMarkJustus K2020-12-22
|/ /