about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
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
2023-11-09doc/languages-frameworks/python: update recommended commit messagenatsukium1-1/+3
2023-11-09doc/languages-frameworks/python: switch pythonPackages to python3Packagesnatsukium1-12/+12
Replaced with python3Packages except for the following to avoid misuse of pythonPackages 1. which we need for the explanation 2. which are replaced by python3Packages as variables
2023-11-09doc/languages-frameworks/python: update interpreters versionnatsukium1-4/+6
2023-11-08lib.fileset: Remove "somewhat limited" from the docsSilvan Mosberger1-3/+0
It's not very limited anymore :)
2023-11-08Merge staging-next into staginggithub-actions[bot]45-29/+85
2023-11-08Merge branch 'master' into staging-nextAdam Joseph45-29/+85
2023-11-08Merge pull request #265764 from amjoseph-nixpkgs/pr/pythonForBuildArtturi1-2/+2
2023-11-07doc: rename sub-section Recursive attributes in stdenv -> Fixed-point ↵Yueh-Shun Li1-1/+1
arguments in stdenv Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2023-11-07doc: add introduction to build helpersYueh-Shun Li1-0/+16
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2023-11-07doc: builders -> build helpers to reduce ambigualtyYueh-Shun Li19-17/+17
2023-11-07doc: darwin.linux-builder: replace "builder" with "remote builder"Yueh-Shun Li1-8/+8
2023-11-07doc: move section darwin-builder under chapter packagesYueh-Shun Li3-1/+1
2023-11-07doc: move doc/builders/packages -> doc/packagesYueh-Shun Li23-1/+1
2023-11-07texlive: document new texlive.withPackages interface (#265658)Vincenzo Mantova1-0/+40
2023-11-07Merge branch 'staging-next' into stagingWeijia Wang1-1/+1