summary refs log tree commit diff
path: root/doc/builders
Commit message (Collapse)AuthorAge
...
| * | | | 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
|/ /
* | Merge pull request #106845 from AndersonTorres/wip-documentationJan Tojnar2020-12-17
|\ \
| * | Convert fetchers from DocBook to CommonMarkAndersonTorres2020-12-17
| | |
| * | Convert trivial-builders from DocBook to CommonMarkAndersonTorres2020-12-17
| | |
| * | Convert locales from DocBook to CommonMarkAndersonTorres2020-12-16
| | |
| * | Convert fhs-environments from DocBook to CommonMarkAndersonTorres2020-12-16
| | |
| * | Convert mkShell from DocBook to CommonMarkAndersonTorres2020-12-16
| | |
* | | firefox: wrapper updating an addon perserves addon settingsLuis Hebendanz2020-12-15
|/ /
* | doc/firefox: correct manual generationTerin Stock2020-12-05
| | | | | | | | | | Corrects the level of the "Troubleshooting" section, and adds an anchor for Firefox.
* | Merge pull request #105648 from AndersonTorres/wip-documentationRyan Mulligan2020-12-04
|\ \ | | | | | | Documentation updates from Docbook to CommonMark
| * | Convert Shell-Helpers from DocBook to CommonMarkAndersonTorres2020-12-03
| | |
* | | Merge pull request #105796 from Luis-Hebendanz/fix_firefox_wrapperJörg Thalheim2020-12-04
|\ \ \ | | | | | | | | Fix firefox wrapper
| * | | firefox: fix wrapper removing existing addons by defaultLuis Hebendanz2020-12-04
| | | |
* | | | doc/emacs: re-add anchorJan Tojnar2020-12-04
| | | |
* | | | doc: convert urxvt to CommonMarkStu2020-12-03
|/ / / | | | | | | | | | | | | | | | | | | * convert urxvt documentation to common mark * format urxvt documentation * use ShellSession instead of nix
* | | Merge branch 'master' into firefox-nix-addon-supportJörg Thalheim2020-12-03
|\ \ \
| * \ \ Merge pull request #105752 from ryantm/docbook2commonmark-packages-linuxRyan Mulligan2020-12-02
| |\ \ \ | | | | | | | | | | docs: convert packages/linux docbook -> commonmark
| | * | | docs: convert packages/linux docbook -> commonmarkManuel Mendez2020-12-02
| | |/ / | | | | | | | | | | | | Closes #105257
| * / / convert nginx documentation to common markJustus K2020-12-02
| |/ /
| * | doc/builders/packages/opengl: Convert to CommonMark. (#105485)Corbin Simpson2020-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/builders/packages/opengl: Convert to CommonMark. * Update doc/builders/packages/opengl.section.md NVIDIA™ Co-authored-by: Ryan Mulligan <ryan@ryantm.com> * Update doc/builders/packages/opengl.section.md NVIDIA™ Co-authored-by: Ryan Mulligan <ryan@ryantm.com> Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
| * | doc/builders/packages/xorg: Use ShellSession for shell.Corbin2020-11-30
| | | | | | | | | | | | | | | I was worried, but the HTML output can still be copy-and-pasted, so it's not a problem.