about summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* Merge pull request #283648 from mattpolzin/idris2-lspFabián Heredia Montiel2024-01-25
|\ | | | | idris2Packages.idris2Lsp: init at 2024-01-21
| * doc: update idris2 documentation on buildIdrisMathew Polzin2024-01-23
| |
* | Merge pull request #283106 from DanielSidhion/update-dockertools-pullimageSilvan Mosberger2024-01-25
|\ \ | | | | | | doc: update dockerTools.pullImage content and use doc conventions
| * | doc: update dockerTools.pullImage content and use doc conventionsDS2024-01-25
| | |
* | | doc: Update manuals bespoke syntaxAlejandro Sanchez Medina2024-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: add figure definition to bespoke syntax reference doc: add example definition to bespoke syntax reference doc: add footnote definition to beskpoke syntax reference The usage of footnotes in the manuals is not the one documented in markdown-it-py: https://python-markdown.github.io/extensions/footnotes/ doc: add inline comment definition to beskpoke syntax reference doc: add typographic replacements to beskpoke syntax reference doc: Fix rendering of bespoke syntax reference doc: remove references to DocBook in the NixOS manual doc: add entry on lack of HTML support doc: Minor improvement doc: update typographic replacements entry in beskpoke syntax reference doc: add link reference definitions to beskpoke syntax reference doc: fix footnote definition in beskpoke syntax reference doc: Minor improvements from code review Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
* | | Merge pull request #283394 from DanielSidhion/fix-dockertools-exampleSilvan Mosberger2024-01-25
|\ \ \ | | | | | | | | doc: add missing attribute to example in dockerTools
| * | | doc: add missing attribute to example in dockerToolsDS2024-01-23
| |/ /
* | | doc: update conventions with repl examples and function (in|out)putsDS2024-01-25
| | |
* | | doc: Note on how to use shadowSetup with buildLayeredImage (#267220)Kevin Brubeck Unhammer2024-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Note on how to use shadowSetup with buildLayeredImage * Update doc/build-helpers/images/dockertools.section.md --------- Co-authored-by: Silvan Mosberger <github@infinisil.com>
* | | doc: Fix typo in dotnet.section.md (#282685)Sam2024-01-25
| | | | | | | | | It should be `dotnetCorePackages.sdk_6_0`, not `dotnetCorePackages.sdk_6.0`
* | | doc: add types to template (#281220)Valentin Gagarin2024-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc: add types to template * mention types explicitly * use separator that allows for more items in the type declaration Co-authored-by: Daniel Sidhion <DanielSidhion@users.noreply.github.com> --------- Co-authored-by: Daniel Sidhion <DanielSidhion@users.noreply.github.com>
* | | haskell.compiler.ghc8102Binary: remove at 8.10.2sternenseemann2024-01-25
| | | | | | | | | | | | | | | Since 46f14d30aa6a57dfdc008901b2d58c54365a0290, it no longer has any users in nixpkgs.
* | | Merge master into staging-nextgithub-actions[bot]2024-01-22
|\ \ \ | | |/ | |/|
| * | doc: remove misleading kernel.features explanationJulian Stecklina2024-01-22
| | | | | | | | | | | | | | | At this point kernel.features is more of an implementation detail and normal users should not come into contact with it.
* | | Merge master into staging-nextgithub-actions[bot]2024-01-20
|\| |
| * | Merge pull request #281662 from hacker1024/feature/flutter-build-webMaciej Krüger2024-01-19
| |\ \ | | |/ | |/| Support Web builds in buildFlutterApplication
| | * buildFlutterApplication: Change flutterHostPlatform to targetFlutterPlatformhacker10242024-01-19
| | |
| | * flutter.buildFlutterApplication: Add multiShell attributehacker10242024-01-18
| | |
| | * flutter.buildFlutterApplication: Allow building for the Webhacker10242024-01-18
| | |
* | | Merge master into staging-nextgithub-actions[bot]2024-01-18
|\| |
| * | doc: update content on dockerTools layered images and follow doc conventionsDS2024-01-18
| | |
| * | Merge pull request #278956 from DanielSidhion/update-dockertools-buildimageSilvan Mosberger2024-01-18
| |\ \ | | | | | | | | doc: update content on dockerTools.buildImage and follow doc conventions
| | * | doc: update content on dockerTools.buildImage and follow doc conventionsDS2024-01-16
| | | |
| * | | Merge pull request #275935 from mrgalopes/update-rust-docsSilvan Mosberger2024-01-18
| |\ \ \ | | | | | | | | | | doc: update buildRustPackage documentation
| | * | | doc: update buildRustPackage documentationGabriel Lopes Rodrigues2023-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes some mistakes regarding the references to cargoHash in the codes referenced. Fixes a typo for cargoSha256. States that cargoHash should be preferred.
| * | | | Merge pull request #273075 from midnightveil/patch-1Silvan Mosberger2024-01-18
| |\ \ \ \ | | | | | | | | | | | | doc: mkYarnPackage/mkYarnModules should use offlineCache to prevent IFD
| | * | | | doc: mkYarnPackage/mkYarnModules should use offlineCache to prevent IFDMidnight Veil2023-12-09
| | | | | | | | | | | | | | | | | | This is not mentioned elsewhere, and can be confusing.
| * | | | | Merge pull request #255794 from rtpg/patch-1Silvan Mosberger2024-01-18
| |\ \ \ \ \ | | | | | | | | | | | | | | Mention qt-specific callPackage variants in docs
| | * | | | | Mention qt-specific callPackage variants in docsRaphael Gaschignard2023-09-18
| | | | | | |
| * | | | | | Merge pull request #259567 from Eisfunke/document-mkShellNoCCSilvan Mosberger2024-01-18
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | doc: add section about mkShellNoCC
| | * | | | | | doc: add section about mkShellNoCCNicolas Lenz2024-01-14
| | | | | | | |
| * | | | | | | Merge pull request #278535 from oliviacrain/no-pcre-in-docsSilvan Mosberger2024-01-18
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | doc: replace pcre with pcre2 in example script
| | * | | | | | doc: replace pcre with pcre2 in example scriptOlivia Crain2024-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://www.pcre.org/ The `pcre` library is "now at end of life, and is no longer being maintained," according to the upstream maintainers. Accordingly, we should replace uses of `pcre` with its actively maintained successor, `pcre2`, wherever possible .
* | | | | | | | Merge staging-next into staginggithub-actions[bot]2024-01-16
|\| | | | | | |
| * | | | | | | doc: idris2 sectionMathew Polzin2024-01-15
| | | | | | | |
* | | | | | | | Merge staging-next into staginggithub-actions[bot]2024-01-16
|\| | | | | | |
| * | | | | | | Merge pull request #281211 from fricklerhandwerk/documentation-conventionsValentin Gagarin2024-01-15
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | doc: reword documentation conventions
| | * | | | | | | doc: reword documentation conventionsValentin Gagarin2024-01-15
| | | | | | | | |
| * | | | | | | | Merge pull request #277534 from mcdonc/doc-trivial-builders-writetextValentin Gagarin2024-01-15
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc: improve documentation for trivial text writing functions Co-authored-by: Brian Merchant <bzm3r@proton.me> Co-authored-by: Robert Hensing <robert@roberthensing.nl> Co-authored-by: Alexander Groleau <alex@proof.construction> Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
| | * | | | | | | | review passValentin Gagarin2024-01-15
| | | | | | | | | |
| | * | | | | | | | do not nest a note within a warning, break out writeTextFile examples into ↵Chris McDonough2024-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | multiple example sections, test first writeTextFile example (it was broken, heh) and fix, move prose out of code blocks
| | * | | | | | | | Add a periodChris McDonough2024-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Alexander Groleau <alex@proof.construction>
| | * | | | | | | | Move proseChris McDonough2024-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Alexander Groleau <alex@proof.construction>
| | * | | | | | | | trivial-builders: Remove redundant docs - link insteadRobert Hensing2024-01-15
| | | | | | | | | |
| | * | | | | | | | add to exampleChris McDonough2024-01-12
| | | | | | | | | |
| | * | | | | | | | describing the composiion of the store path elements is not really that usefulChris McDonough2024-01-12
| | | | | | | | | |
| | * | | | | | | | not realized; producedChris McDonough2024-01-12
| | | | | | | | | |
| | * | | | | | | | incorporate the suggestion at ↵Chris McDonough2024-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/NixOS/nixpkgs/pull/277534/files#r1450959283
| | * | | | | | | | incorporate the spirit of change proposed by @DanielSidhion at ↵Chris McDonough2024-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/NixOS/nixpkgs/pull/277534#discussion_r1450778530
| | * | | | | | | | Apply @bzm3r suggestions from code reviewChris McDonough2024-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Brian Merchant <bzm3r@proton.me>