about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2024-02-08doc: update buildNixShellImage docs, add streamNixShellImage docsDS2-80/+228
2024-02-08Merge pull request #285223 from DanielSidhion/update-dockertools-envhelpersSilvan Mosberger4-58/+236
doc: update environment helpers in dockerTools docs, add fakeNss section
2024-02-08Merge pull request #286483 from ysndr/fix/doc/installmanpage/outputSilvan Mosberger1-1/+1
fix: include reference and link to `outputMan` in the doc of `installManPage`
2024-02-08Merge pull request #285655 from itslychee/revision/dotnet-docsSilvan Mosberger1-2/+46
doc: clarify usage of nuget-to-nix in dotnet.section.md
2024-02-05fix: include reference and link to `outputMan`Yannik Sander1-1/+1
2024-02-04Merge pull request #284632 from OPNA2608/fix/dart-docs-unstableVersionWeijia Wang1-1/+1
docs/dart: Update unstable version example
2024-02-04doc: clarify usage of nuget-to-nix in dotnet.section.mdlychee1-2/+46
I believe it would be helpful to better explain how to use `nuget-to-nix` for those who aren't familar with the .NET ecosystem as I was personally stumped on how to use it.
2024-02-04Merge pull request #283080 from marsam/postgresql-test-hook-settingsMario Rodas1-0/+1
postgresqlTestHook: add postgresqlExtraSettings variable
2024-02-02Merge branch 'optionalDrvAttr'Shea Levy1-0/+1
2024-02-02lib: Add optionalDrvAttr to conditionally set drv attributes.Shea Levy1-0/+1
This allows for adding new, conditionally set, derivation attributes to an existing derivation without changing any output paths in the case where the condition is not met.
2024-02-01writeShellApplication: Update manualRebecca Turner1-6/+7
2024-02-01Merge pull request #233587 from Munksgaard/fix-beam-modules-quotation-marksYt1-1/+1
beam-modules: Fix missing quotation marks
2024-02-01doc: update dockerTools.exportImage content and use doc conventions (#283392)Daniel Sidhion1-10/+196
* doc: update dockerTools.exportImage content and use doc conventions * Apply suggestions from code review Co-authored-by: Silvan Mosberger <github@infinisil.com> --------- Co-authored-by: Silvan Mosberger <github@infinisil.com>
2024-02-01Merge pull request #284097 from cpick/doc-nixpkgs-unstableSilvan Mosberger1-6/+6
doc: consistently use nixpkgs-unstable and "nixpkgs repository"
2024-02-01doc: update environment helpers in dockerTools docs, add fakeNss sectionDS4-58/+236
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
2024-01-31doc/haskell: don't use lib.recursiveUpdate in overlayssternenseemann1-29/+33
`lib.recursiveUpdate` indiscriminately recurses into all attribute sets, also into derivations. This means that it is possible that evaluating a derivation in the final haskell package set can cause something in `prev.haskell` to be forced by `recursiveUpdate`, potentially causing an evaluation error that should not happen. It can be fixed using a well-crafted predicate for `lib.recursiveUpdateUntil`, but most robust is just explicitly writing out the desired merging manually.
2024-01-31Merge pull request #222817 from SuperSandro2000/python-sitePackagesPeder Bergebakken Sundt1-1/+1
treewide: replace `lib/${python.libPrefix}/site-packages` with its sh…
2024-01-31doc: clarify python.sitePackagesSandro1-1/+1
Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com>
2024-01-30treewide: replace `lib/${python.libPrefix}/site-packages` with its shorthand ↵Sandro Jäckel1-1/+1
`${python.sitePackages}` which should be always preferred
2024-01-30doc: consistently use `nixpkgs-unstable` and "nixpkgs repository"Chris Pick1-6/+6
Rename channel `nixpkgs` to `nixpkgs-unstable`. Based on the [repo branches](https://github.com/NixOS/nixpkgs/branches) and [channel status](https://status.nixos.org) I don't believe there is a `nixpkgs` channel. This confused me as a Nixpkgs beginner. Rename to `nixpkgs-unstable`, which does exist. Refer to "nixpkgs repository" consitently. Make the capitalization and "code quoting" consistent when referring to the repository itself.
2024-01-29adds block_args for autogenerated ids from trustworthy sourcesJohannes Kirschbauer1-1/+1
2024-01-29docs/dart: Update unstable version exampleOPNA26081-1/+1
2024-01-25Merge pull request #283648 from mattpolzin/idris2-lspFabián Heredia Montiel1-3/+3
idris2Packages.idris2Lsp: init at 2024-01-21
2024-01-25Merge pull request #283106 from DanielSidhion/update-dockertools-pullimageSilvan Mosberger1-31/+143
doc: update dockerTools.pullImage content and use doc conventions
2024-01-25doc: update dockerTools.pullImage content and use doc conventionsDS1-31/+143
2024-01-25doc: Update manuals bespoke syntaxAlejandro Sanchez Medina1-0/+78
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>
2024-01-25Merge pull request #283394 from DanielSidhion/fix-dockertools-exampleSilvan Mosberger1-0/+1
doc: add missing attribute to example in dockerTools
2024-01-25doc: update conventions with repl examples and function (in|out)putsDS1-0/+57
2024-01-25doc: Note on how to use shadowSetup with buildLayeredImage (#267220)Kevin Brubeck Unhammer1-0/+12
* Note on how to use shadowSetup with buildLayeredImage * Update doc/build-helpers/images/dockertools.section.md --------- Co-authored-by: Silvan Mosberger <github@infinisil.com>
2024-01-25doc: Fix typo in dotnet.section.md (#282685)Sam1-1/+1
It should be `dotnetCorePackages.sdk_6_0`, not `dotnetCorePackages.sdk_6.0`
2024-01-25doc: add types to template (#281220)Valentin Gagarin1-5/+5
* 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>
2024-01-25haskell.compiler.ghc8102Binary: remove at 8.10.2sternenseemann1-21/+24
Since 46f14d30aa6a57dfdc008901b2d58c54365a0290, it no longer has any users in nixpkgs.
2024-01-23doc: update idris2 documentation on buildIdrisMathew Polzin1-3/+3
2024-01-23doc: add missing attribute to example in dockerToolsDS1-0/+1
2024-01-22Merge master into staging-nextgithub-actions[bot]1-14/+0
2024-01-22doc: remove misleading kernel.features explanationJulian Stecklina1-14/+0
At this point kernel.features is more of an implementation detail and normal users should not come into contact with it.
2024-01-22postgresqlTestHook: add postgresqlExtraSettings variableMario Rodas1-0/+1
Add `postgresqlExtraSettings` to allow to setup the `postgresql.conf`. This would be useful in cases where we need to set `shared_preload_libraries`.
2024-01-20Merge master into staging-nextgithub-actions[bot]1-1/+17
2024-01-19Merge pull request #281662 from hacker1024/feature/flutter-build-webMaciej Krüger1-1/+17
Support Web builds in buildFlutterApplication
2024-01-19buildFlutterApplication: Change flutterHostPlatform to targetFlutterPlatformhacker10241-3/+3
2024-01-18Merge master into staging-nextgithub-actions[bot]6-124/+616
2024-01-18doc: update content on dockerTools layered images and follow doc conventionsDS1-64/+299
2024-01-18Merge pull request #278956 from DanielSidhion/update-dockertools-buildimageSilvan Mosberger1-51/+291
doc: update content on dockerTools.buildImage and follow doc conventions
2024-01-18Merge pull request #275935 from mrgalopes/update-rust-docsSilvan Mosberger1-9/+10
doc: update buildRustPackage documentation
2024-01-18Merge pull request #273075 from midnightveil/patch-1Silvan Mosberger1-0/+1
doc: mkYarnPackage/mkYarnModules should use offlineCache to prevent IFD
2024-01-18Merge pull request #255794 from rtpg/patch-1Silvan Mosberger1-0/+11
Mention qt-specific callPackage variants in docs
2024-01-18Merge pull request #259567 from Eisfunke/document-mkShellNoCCSilvan Mosberger1-0/+4
doc: add section about mkShellNoCC
2024-01-18Merge pull request #278535 from oliviacrain/no-pcre-in-docsSilvan Mosberger1-2/+2
doc: replace pcre with pcre2 in example script
2024-01-18flutter.buildFlutterApplication: Add multiShell attributehacker10241-1/+14
2024-01-18flutter.buildFlutterApplication: Allow building for the Webhacker10241-0/+3