about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2023-06-14buildNimPackage: doCheck by defaultEmery Hemingway1-1/+0
2023-06-14buildNimPackage: refactor to use overlay-style overrideAttrsEmery Hemingway1-24/+16
Make buildNimPackage cleaner and more efficient. Also encourage the use of a "buildNimPackage (finalAttrs: {…})" pattern.
2023-06-13Merge pull request #237068 from pennae/manual-normalizationValentin Gagarin32-147/+75
2023-06-12Merge pull request #237237 from pennae/epubstubValentin Gagarin2-7/+28
2023-06-12doc: stub out epub manualpennae2-7/+28
same reasoning as for the nixos manual.
2023-06-12doc/languages-frameworks/python: add missing back quoteLele Gaifax1-1/+1
2023-06-11doc/contributing/review-contributions: fix small typo (#237186)Lucas Eduardo1-1/+1
Signed-off-by: lucasew <lucas59356@gmail.com>
2023-06-11doc: correct typos and spelling (#237098)Andrew8-9/+9
2023-06-10doc: don't use docbook program listings/calloutspennae2-73/+23
nixos-render-docs does not support this, and since the examples are small there isn't that much value in callouts here. change them to simple MD code blocks and lists instead.
2023-06-10doc: normalize markdown for nixos-render-docspennae3-5/+6
pandoc recognizes `::: note` admonitions, nixos-render-docs only recognizes `::: {.note}`. surprisingly pandoc also emits the correct docbook tags for `[](#xref)`s, so we can use that too.
2023-06-10doc: make sure section depths are consecutivepennae25-58/+35
skipping heading levels (eg from # to ###, or starting at ###) is legal in pandoc, but not in nixos-render-docs. pandoc acts as though section levels *were* consecutive, nixos-render-docs prefers to tell people not to do that kind of thing because it can make documents more fragile.
2023-06-10doc: add missing section IDspennae2-11/+11
2023-06-08Merge pull request #234201 from 7c6f434c/fix-untagged-version7c6f434c1-1/+3
coding-conventions: include the preceding upstream version
2023-06-07Improve `fetchFromGitLab` manual (#236111)Basile Clément1-2/+7
* doc/builders: update fetchers documentation Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2023-06-06doc/language-frameworks/haskell: fix argument order of setBuildTargets (#236252)Julian Arni1-1/+1
2023-06-03pypi2nix: removefigsoda1-4/+0
It has been broken since 2021 and upstream has been archived
2023-06-02coding-conventions: include the preceding upstream version when packaging a ↵Michael Raskin1-1/+3
commit without a version attached
2023-05-30doc: clarify that meta.timeout is only for HydraAlyssa Ross1-1/+1
I read this and expected it to be a timeout that was always applied when building the derivation, but it's actually a Hydra-specific thing.
2023-05-28Merge master into haskell-updatesgithub-actions[bot]1-1/+1
2023-05-28doc/language-frameworks/go.section.md: fix spellingYueh-Shun Li1-1/+1
Change "platform dependant" to "platform-dependent" The word "dependant" (with suffix -ant) is used as a noun in British English, while the adjetive is "dependent" (-ent). Both are "dependent" in American English. Reference: https://www.merriam-webster.com/words-at-play/spelling-variants-dependent-vs-dependant https://dictionary.cambridge.org/dictionary/english/dependant
2023-05-27Merge master into haskell-updatesgithub-actions[bot]1-2/+2
2023-05-25Document incremental build support for HaskellRebecca Turner1-0/+71
2023-05-25maintainers: Gabriel439 -> Gabriella439Rebecca Turner1-2/+2
2023-05-24cudaPackages.cudnn: remove patch version from name to conform with ↵Connor Baker1-2/+2
cudaPackages standard
2023-05-22doc:fhs-envs: rewordAtemu1-4/+8
2023-05-22doc:fhs-envs: format example properlyAtemu1-12/+12
That sort of formatting wouldn't be accepted into Nixpkgs. We shouldn't format an example like that.
2023-05-22doc:fhs-envs: mention that runScript must be escaped by the callerAtemu1-1/+2
2023-05-21doc/python: remove usages of `fetchPypi` aliasesfigsoda1-3/+4
2023-05-20doc: fix typoNicolas Benes1-1/+1
2023-05-20Merge pull request #232594 from mweinelt/python-docsMartin Weinelt1-101/+250
doc/languages-frameworks/python: update formatting and interpreters
2023-05-20doc/languages-frameworks/python: update formatting and interpretersMartin Weinelt1-101/+250
Updates all interpreter references with 3.10/3.11, which are the current version, that we recurse into for their package set. Update all code examples with an explicit `format` and expand lists with multiple items as we do in the python package set. Also set `pythonImportsCheck` where tests are disabled.
2023-05-18doc/stdenv/Dependencies: fix inference rule var nameJan Tojnar1-1/+1
t0 is mentioned in the conclusion so we cannot use placeholder in the premise.
2023-05-12treewide: don't use rustPlatform.rustAlyssa Ross1-5/+8
This will be deprecated in the next commit.
2023-05-12Merge pull request #225313 from hercules-ci/testers-runNixOSTestJacek Galowicz1-0/+20
testers.runNixOSTest: init
2023-05-11Merge pull request #229770 from Misterio77/init-buildDartPackageKira Bruneau2-0/+66
buildDartApplication: init
2023-05-11testers.runNixOSTest: initRobert Hensing1-0/+20
An up to date alternative to pkgs.nixosTest
2023-05-10Merge pull request #231112 from farnoy/shortenPerlShebangs-manual-buildInputsWeijia Wang1-1/+1
doc: update shortenPerlShebang example to use nativeBuildInputs
2023-05-10docs: typo in cuda docs, forgot a colon (:)Hraban Luyat1-1/+1
2023-05-10doc: update shortenPerlShebang example to use nativeBuildInputsJakub Okoński1-1/+1
2023-05-06Merge pull request #197547 from hercules-ci/module-class-and-flake-importRobert Hensing3-1/+113
module system: Improve error messages around faulty imports
2023-05-06Merge pull request #230177 from SuperSandro2000/lib-fromJSON-2figsoda1-1/+1
treewide: switch builtins.fromJSON(builtins.readFile ./file.json) to …
2023-05-06lib.modules: configurationClass -> classRobert Hensing1-2/+2
This simplifies the documentation. `configuration` is implied by `_type`.
2023-05-06lib.modules: in evalModules return move _module.class -> configurationClassRobert Hensing1-0/+8
2023-05-06doc/module-system: `_module` is not internalRobert Hensing1-1/+1
2023-05-06lib.modules: Change class declaration in module to _classRobert Hensing1-1/+1
2023-05-06lib/modules: Move class out of specialArgsRobert Hensing2-4/+4
2023-05-06module-system.chapter.md: Elaborate on extendModules performanceRobert Hensing1-2/+11
2023-05-06module-system.chapter.md: Add mental model to `type` and `extendModules`Robert Hensing1-0/+5
2023-05-06fixup! doc: Add Module System chapter startRobert Hensing1-16/+30
2023-05-06doc: Add Module System chapter startRobert Hensing2-0/+73