about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2024-04-08Merge release-23.11 into staging-next-23.11github-actions[bot]1-0/+9
2024-04-06Document the new streamLayeredImage parametersWxNzEMof1-0/+9
(cherry picked from commit 7799f4695b71829971694a5cfad54afefe5a87be)
2024-03-22Merge staging-next-23.11 into staging-23.11github-actions[bot]5-223/+339
2024-03-21doc: fix code to generate links for headings in the manualDS1-1/+1
(cherry picked from commit cf94a85e99cb71743308ccd3781656df23fd98c9)
2024-03-21Fix another nrd bug, address style changesDS1-47/+72
(cherry picked from commit 4291bacb48a6467943dc1fd4712ffe3723db53c7)
2024-03-21Add anchorjs script to add links on section headersDS3-1/+15
(cherry picked from commit ca8c594d92c201d345549262c164c8afb5fe9faa)
2024-03-21doc: fix and simplify stylesheets for the manuals, fix nrd bugDS3-220/+297
(cherry picked from commit de7eddb27e566a9fb4b6f152402a90be903a1c98)
2024-02-29stdenv: substituteStream: deprecate --replace in favor of ↵Peder Bergebakken Sundt4-11/+22
--replace-{fail,warn,quiet}
2024-01-10doc: polish the docs of `checkpointBuildTools`Bryan Lai1-9/+12
... following suggestions from @phip1611 and @infinisil. (cherry picked from commit d7253bea6d7366987acce31c2c2355ffbdf389b4)
2024-01-10checkpointBuildTools: mkCheckpointedBuild -> mkCheckpointBuildBryan Lai1-1/+1
All other functions are in the form of `*{c,C}heckpointBuild*`, so we deprecate the `mkCheckpointedBuild` function in favor of `mkCheckpointBuild`. Also address some inconsistencies in the docs: some `buildOutput` should actually be `incrementalBuildArtifacts`. (cherry picked from commit df62c3c87f35cd50d6ee20ea92900bb03ad827c9)
2024-01-10Merge pull request #167670 from messemar/incremental-buildsJanne Heß2-0/+37
incremental builds: add derivation override functions (cherry picked from commit 5eed5416ffa70d1a6c1ff00548c746014df7e2c6)
2023-12-22Remove "-s" and "-w" from the ldflags exampleLouis Opter1-1/+0
The go linker `-s` and `-w` flags respectively are for: - Omit the symbol table and debug information. - Omit the DWARF symbol table. Those actions should be delegated to the fixup build phase instead. See: https://discourse.nixos.org/t/why-do-so-many-go-packages-use-s-w-in-their-ldflags-it-breaks-dontfixup-dontstrip/36843 (cherry picked from commit 2e3c2705b98351bc95d01d42ab535f3dc230c593)
2023-11-26darwin.linuxBuilder: Fix working directory in documentationGabriella Gonzalez1-1/+5
This fixes the working directory for the suggested flake, as originally suggested by @MaxDaten in: https://github.com/NixOS/nixpkgs/issues/229542#issuecomment-1674886874 … and then amended by @Enzime in: https://github.com/NixOS/nixpkgs/pull/248554#issuecomment-1676825733 (cherry picked from commit 4cb41faba7606750ba786828c23ed9f445666b03)
2023-11-21doc: Add lib.meta to the library functions ToCAndreas Fuchs1-0/+1
This seems like a pretty easy-to-fix oversight, and it documents the getExe function, which I never knew about until one day I saw a PR using it. Let's include it in the manual. (cherry picked from commit 0cdbf88f83ae3efd218e6b081a283a02111e7e03)
2023-11-21nixos/xdg/portal: Add config and configPackages optionBobby Rong1-0/+2
In x-d-p 1.17, when no configs are given, you apps will likely not able to find a backend. Let users aware of the changes.
2023-11-20texlive: document simpler way to build custom packagesVincenzo Mantova1-17/+34
2023-11-20Merge pull request #268591 from imincik/docs-update-run-phasesSilvan Mosberger1-3/+8
doc/stdenv: update manual phases execution instructions
2023-11-20doc/stdenv: update manual phases execution instructionsIvan Mincik1-3/+8
Update instructions for manual build phases execution via `nix-shell` to cover all phases. There is no easy way of getting those commands, so it makes a sense to have them all properly documented.
2023-11-19lib.fileset: Move introduction section above the functionsSilvan Mosberger2-49/+0
Previously the introductory section and the function listings were in different places. But now nixdoc supports having them together with https://github.com/nix-community/nixdoc/pull/70!
2023-11-16Merge pull request #258184 from mdarocha/dotnet-fixesWeijia Wang1-1/+3
buildDotnetModule small improvements
2023-11-16Merge master into staging-nextgithub-actions[bot]1-0/+1
2023-11-16buildNpmPackage: allow passing npmDepshappysalada1-0/+1
2023-11-15Merge master into staging-nextgithub-actions[bot]1-1/+1
2023-11-15Merge pull request #265053 from fricklerhandwerk/fix-dhallpkgs-docValentin Gagarin1-1/+1
2023-11-14Merge master into staging-nextgithub-actions[bot]2-4/+0
2023-11-14docs/hooks/qt-4: removeajs1242-4/+0
was missed when qt4 was removed
2023-11-14Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt2-1/+22
Conflicts: - pkgs/development/libraries/gdcm/default.nix
2023-11-14buildGoModule: deprecate vendorSha256 attributeAaron Jheng1-1/+1
2023-11-14Merge pull request #263059 from DanielSidhion/add-doc-conventionSilvan Mosberger1-0/+21
doc: commit header convention for documentation changes
2023-11-13doc: separate commit header conventions for each area, info on docs changes.DS1-0/+21
2023-11-13Merge remote-tracking branch 'origin/master' into staging-nextFabián Heredia Montiel1-1/+1
2023-11-12Merge pull request #267087 from tufteddeer/patch-1Lily Foster1-1/+1
docs/javascript/introduction: fix GitHub search link
2023-11-12Merge branch 'master' into staging-nextWeijia Wang1-0/+65
2023-11-12docs/javascript/introduction: fix GitHub search linkFabian1-1/+1
2023-11-12Update doc/languages-frameworks/rust.section.mdAdam Joseph1-0/+1
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2023-11-11rust: add tutorial on git-bisecting rustcAdam Joseph1-0/+64
This commits adds to the manual a tutorial showing how to troubleshoot breakage caused by a rustc upgrade in *downstream* packages.
2023-11-11Merge master into staging-nextgithub-actions[bot]3-3/+3
2023-11-11treewide: fix redirected and broken URLsAnthony Roussel3-3/+3
Using the script in maintainers/scripts/update-redirected-urls.sh
2023-11-11Merge staging-next into staginggithub-actions[bot]1-7/+7
2023-11-11Merge master into staging-nextgithub-actions[bot]1-7/+7
2023-11-10Merge pull request #256816 from Artturin/pythondocpython3packagesArtturi1-7/+7
2023-11-10Merge staging-next into staginggithub-actions[bot]15-29/+26
2023-11-10Merge master into staging-nextgithub-actions[bot]15-29/+26
2023-11-09doc: avoid 'simply' (#266434)Arnout Engelen14-26/+26
While the word 'simply' is usually added to encourage readers, it often has the opposite effect and may even appear condescending, especially when the reader runs into trouble trying to apply the suggestions from the documentation. It is almost always an improvement to simply drop the word from the sentence. (there are more possible improvements like this, we can apply those in separate PRs)
2023-11-09Merge pull request #266349 from tweag/fileset/cleanupsSilvan Mosberger1-3/+0
Minor `lib.fileset` cleanups
2023-11-09Merge staging-next into staginggithub-actions[bot]1-0/+1
2023-11-09Merge master into staging-nextgithub-actions[bot]1-0/+1
2023-11-09buildNpmPackage: make nodejs overridable (#265171)Yt1-0/+1
* buildNpmPackage: allow nodejs to be passed as argument * Update doc/languages-frameworks/javascript.section.md Co-authored-by: Lily Foster <lily@lily.flowers> --------- Co-authored-by: Lily Foster <lily@lily.flowers>
2023-11-09Merge staging-next into staginggithub-actions[bot]1-16/+20
2023-11-09Merge master into staging-nextgithub-actions[bot]1-16/+20