about summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* doc: update buildNixShellImage docs, add streamNixShellImage docsDS2024-02-08
|
* Merge pull request #285223 from DanielSidhion/update-dockertools-envhelpersSilvan Mosberger2024-02-08
|\ | | | | doc: update environment helpers in dockerTools docs, add fakeNss section
| * doc: update environment helpers in dockerTools docs, add fakeNss sectionDS2024-02-01
| | | | | | | | Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
* | Merge pull request #286483 from ysndr/fix/doc/installmanpage/outputSilvan Mosberger2024-02-08
|\ \ | | | | | | fix: include reference and link to `outputMan` in the doc of `installManPage`
| * | fix: include reference and link to `outputMan`Yannik Sander2024-02-05
| | |
* | | Merge pull request #285655 from itslychee/revision/dotnet-docsSilvan Mosberger2024-02-08
|\ \ \ | |/ / |/| | doc: clarify usage of nuget-to-nix in dotnet.section.md
| * | doc: clarify usage of nuget-to-nix in dotnet.section.mdlychee2024-02-04
| | | | | | | | | | | | | | | | | | 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.
* | | Merge pull request #284632 from OPNA2608/fix/dart-docs-unstableVersionWeijia Wang2024-02-04
|\ \ \ | | | | | | | | docs/dart: Update unstable version example
| * | | docs/dart: Update unstable version exampleOPNA26082024-01-29
| |/ /
* | | Merge pull request #283080 from marsam/postgresql-test-hook-settingsMario Rodas2024-02-04
|\ \ \ | | | | | | | | postgresqlTestHook: add postgresqlExtraSettings variable
| * | | postgresqlTestHook: add postgresqlExtraSettings variableMario Rodas2024-01-22
| | | | | | | | | | | | | | | | | | | | | | | | Add `postgresqlExtraSettings` to allow to setup the `postgresql.conf`. This would be useful in cases where we need to set `shared_preload_libraries`.
* | | | Merge branch 'optionalDrvAttr'Shea Levy2024-02-02
|\ \ \ \
| * | | | lib: Add optionalDrvAttr to conditionally set drv attributes.Shea Levy2024-02-02
| | |_|/ | |/| | | | | | | | | | | | | | | | | | 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.
* | | | writeShellApplication: Update manualRebecca Turner2024-02-01
| | | |
* | | | Merge pull request #233587 from Munksgaard/fix-beam-modules-quotation-marksYt2024-02-01
|\ \ \ \ | | | | | | | | | | beam-modules: Fix missing quotation marks
| * | | | beam-modules: Fix missing quotation marksPhilip Munksgaard2023-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | The given command doesn't work without quotation marks around the expression to be run.
* | | | | doc: update dockerTools.exportImage content and use doc conventions (#283392)Daniel Sidhion2024-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | | Merge pull request #284097 from cpick/doc-nixpkgs-unstableSilvan Mosberger2024-02-01
|\ \ \ \ \ | | | | | | | | | | | | doc: consistently use nixpkgs-unstable and "nixpkgs repository"
| * | | | | doc: consistently use `nixpkgs-unstable` and "nixpkgs repository"Chris Pick2024-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | doc/haskell: don't use lib.recursiveUpdate in overlayssternenseemann2024-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `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.
* | | | | | Merge pull request #222817 from SuperSandro2000/python-sitePackagesPeder Bergebakken Sundt2024-01-31
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | treewide: replace `lib/${python.libPrefix}/site-packages` with its sh…
| * | | | | doc: clarify python.sitePackagesSandro2024-01-31
| | | | | | | | | | | | | | | | | | Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com>
| * | | | | treewide: replace `lib/${python.libPrefix}/site-packages` with its shorthand ↵Sandro Jäckel2024-01-30
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | `${python.sitePackages}` which should be always preferred
* / | | | adds block_args for autogenerated ids from trustworthy sourcesJohannes Kirschbauer2024-01-29
|/ / / /
* | | | 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