about summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* buildNimPackage: refactor to use overlay-style overrideAttrsEmery Hemingway2023-06-14
| | | | | Make buildNimPackage cleaner and more efficient. Also encourage the use of a "buildNimPackage (finalAttrs: {…})" pattern.
* Merge pull request #237068 from pennae/manual-normalizationValentin Gagarin2023-06-13
|\
| * doc: don't use docbook program listings/calloutspennae2023-06-10
| | | | | | | | | | | | 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.
| * doc: normalize markdown for nixos-render-docspennae2023-06-10
| | | | | | | | | | | | 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.
| * doc: make sure section depths are consecutivepennae2023-06-10
| | | | | | | | | | | | | | 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.
| * doc: add missing section IDspennae2023-06-10
| |
* | Merge pull request #237237 from pennae/epubstubValentin Gagarin2023-06-12
|\ \
| * | doc: stub out epub manualpennae2023-06-12
| | | | | | | | | | | | same reasoning as for the nixos manual.
* | | doc/languages-frameworks/python: add missing back quoteLele Gaifax2023-06-12
|/ /
* | doc/contributing/review-contributions: fix small typo (#237186)Lucas Eduardo2023-06-11
| | | | | | Signed-off-by: lucasew <lucas59356@gmail.com>
* | doc: correct typos and spelling (#237098)Andrew2023-06-11
|/
* Merge pull request #234201 from 7c6f434c/fix-untagged-version7c6f434c2023-06-08
|\ | | | | coding-conventions: include the preceding upstream version
| * coding-conventions: include the preceding upstream version when packaging a ↵Michael Raskin2023-06-02
| | | | | | | | commit without a version attached
* | Improve `fetchFromGitLab` manual (#236111)Basile Clément2023-06-07
| | | | | | | | | | * doc/builders: update fetchers documentation Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
* | doc/language-frameworks/haskell: fix argument order of setBuildTargets (#236252)Julian Arni2023-06-06
| |
* | pypi2nix: removefigsoda2023-06-03
|/ | | | It has been broken since 2021 and upstream has been archived
* doc: clarify that meta.timeout is only for HydraAlyssa Ross2023-05-30
| | | | | | 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.
* Merge master into haskell-updatesgithub-actions[bot]2023-05-28
|\
| * doc/language-frameworks/go.section.md: fix spellingYueh-Shun Li2023-05-28
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge master into haskell-updatesgithub-actions[bot]2023-05-27
|\|
| * cudaPackages.cudnn: remove patch version from name to conform with ↵Connor Baker2023-05-24
| | | | | | | | cudaPackages standard
* | Document incremental build support for HaskellRebecca Turner2023-05-25
| |
* | maintainers: Gabriel439 -> Gabriella439Rebecca Turner2023-05-25
|/
* doc:fhs-envs: rewordAtemu2023-05-22
|
* doc:fhs-envs: format example properlyAtemu2023-05-22
| | | | | That sort of formatting wouldn't be accepted into Nixpkgs. We shouldn't format an example like that.
* doc:fhs-envs: mention that runScript must be escaped by the callerAtemu2023-05-22
|
* doc/python: remove usages of `fetchPypi` aliasesfigsoda2023-05-21
|
* doc: fix typoNicolas Benes2023-05-20
|
* Merge pull request #232594 from mweinelt/python-docsMartin Weinelt2023-05-20
|\ | | | | doc/languages-frameworks/python: update formatting and interpreters
| * doc/languages-frameworks/python: update formatting and interpretersMartin Weinelt2023-05-20
| | | | | | | | | | | | | | | | | | 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.
* | doc/stdenv/Dependencies: fix inference rule var nameJan Tojnar2023-05-18
|/ | | t0 is mentioned in the conclusion so we cannot use placeholder in the premise.
* treewide: don't use rustPlatform.rustAlyssa Ross2023-05-12
| | | | This will be deprecated in the next commit.
* Merge pull request #225313 from hercules-ci/testers-runNixOSTestJacek Galowicz2023-05-12
|\ | | | | testers.runNixOSTest: init
| * testers.runNixOSTest: initRobert Hensing2023-05-11
| | | | | | | | An up to date alternative to pkgs.nixosTest
* | Merge pull request #229770 from Misterio77/init-buildDartPackageKira Bruneau2023-05-11
|\ \ | |/ |/| buildDartApplication: init
| * buildFlutterApplication: add docsGabriel Fontes2023-05-05
| |
| * buildDartApplication: initGabriel Fontes2023-05-05
| | | | | | | | This adds a function for easily packaging non-flutter dart apps.
* | Merge pull request #231112 from farnoy/shortenPerlShebangs-manual-buildInputsWeijia Wang2023-05-10
|\ \ | | | | | | doc: update shortenPerlShebang example to use nativeBuildInputs
| * | doc: update shortenPerlShebang example to use nativeBuildInputsJakub Okoński2023-05-10
| | |
* | | docs: typo in cuda docs, forgot a colon (:)Hraban Luyat2023-05-10
|/ /
* | Merge pull request #197547 from hercules-ci/module-class-and-flake-importRobert Hensing2023-05-06
|\ \ | | | | | | module system: Improve error messages around faulty imports
| * | lib.modules: configurationClass -> classRobert Hensing2023-05-06
| | | | | | | | | | | | This simplifies the documentation. `configuration` is implied by `_type`.
| * | lib.modules: in evalModules return move _module.class -> configurationClassRobert Hensing2023-05-06
| | |
| * | doc/module-system: `_module` is not internalRobert Hensing2023-05-06
| | |
| * | lib.modules: Change class declaration in module to _classRobert Hensing2023-05-06
| | |
| * | lib/modules: Move class out of specialArgsRobert Hensing2023-05-06
| | |
| * | module-system.chapter.md: Elaborate on extendModules performanceRobert Hensing2023-05-06
| | |
| * | module-system.chapter.md: Add mental model to `type` and `extendModules`Robert Hensing2023-05-06
| | |
| * | fixup! doc: Add Module System chapter startRobert Hensing2023-05-06
| | |
| * | doc: Add Module System chapter startRobert Hensing2023-05-06
| | |