summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* Merge pull request #258184 from mdarocha/dotnet-fixesWeijia Wang2023-11-16
|\ | | | | buildDotnetModule small improvements
| * buildDotnetModule: make docs more clear on how to generate nugetDeps for the ↵mdarocha2023-09-30
| | | | | | | | first time
* | Merge master into staging-nextgithub-actions[bot]2023-11-16
|\ \
| * | buildNpmPackage: allow passing npmDepshappysalada2023-11-16
| | |
* | | Merge master into staging-nextgithub-actions[bot]2023-11-15
|\| |
| * | Merge pull request #265053 from fricklerhandwerk/fix-dhallpkgs-docValentin Gagarin2023-11-15
| |\ \
| | * | fixup note on dhall-to-nixpkgs exampleValentin Gagarin2023-11-02
| | | |
* | | | Merge master into staging-nextgithub-actions[bot]2023-11-14
|\| | |
| * | | docs/hooks/qt-4: removeajs1242023-11-14
| | | | | | | | | | | | | | | | was missed when qt4 was removed
* | | | Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt2023-11-14
|\| | | | | | | | | | | | | | | | | | | Conflicts: - pkgs/development/libraries/gdcm/default.nix
| * | | buildGoModule: deprecate vendorSha256 attributeAaron Jheng2023-11-14
| | | |
| * | | Merge pull request #263059 from DanielSidhion/add-doc-conventionSilvan Mosberger2023-11-14
| |\ \ \ | | | | | | | | | | doc: commit header convention for documentation changes
| | * | | doc: separate commit header conventions for each area, info on docs changes.DS2023-11-13
| | | | |
* | | | | Merge remote-tracking branch 'origin/master' into staging-nextFabián Heredia Montiel2023-11-13
|\| | | |
| * | | | Merge pull request #267087 from tufteddeer/patch-1Lily Foster2023-11-12
| |\ \ \ \ | | | | | | | | | | | | docs/javascript/introduction: fix GitHub search link
| | * | | | docs/javascript/introduction: fix GitHub search linkFabian2023-11-12
| | | | | |
* | | | | | Merge branch 'master' into staging-nextWeijia Wang2023-11-12
|\| | | | |
| * | | | | Update doc/languages-frameworks/rust.section.mdAdam Joseph2023-11-12
| | | | | | | | | | | | | | | | | | Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
| * | | | | rust: add tutorial on git-bisecting rustcAdam Joseph2023-11-11
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | This commits adds to the manual a tutorial showing how to troubleshoot breakage caused by a rustc upgrade in *downstream* packages.
* | | | | Merge master into staging-nextgithub-actions[bot]2023-11-11
|\| | | |
| * | | | treewide: fix redirected and broken URLsAnthony Roussel2023-11-11
| | | | | | | | | | | | | | | | | | | | Using the script in maintainers/scripts/update-redirected-urls.sh
* | | | | Merge staging-next into staginggithub-actions[bot]2023-11-11
|\ \ \ \ \
| * | | | | Merge master into staging-nextgithub-actions[bot]2023-11-11
| |\| | | |
| | * | | | Merge pull request #256816 from Artturin/pythondocpython3packagesArtturi2023-11-10
| | |\ \ \ \
| | | * | | | doc/python: use python3Packages instead of python3.pkgsArtturin2023-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows splicing to work correctly from issue 211340 >> 3: Discourage using package sets like python3.pkgs "directly" > I think about 8 years ago I introduced this and it has been a clear mistake. Since then this pattern was copied throughout. We should indeed go to pythonPackages and also move the helpers such as buildEnv and withPackages into the package set, like haskell already had before. - FRidh
* | | | | | | Merge staging-next into staginggithub-actions[bot]2023-11-10
|\| | | | | |
| * | | | | | Merge master into staging-nextgithub-actions[bot]2023-11-10
| |\| | | | |
| | * | | | | doc: avoid 'simply' (#266434)Arnout Engelen2023-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| | * | | | | Merge pull request #266349 from tweag/fileset/cleanupsSilvan Mosberger2023-11-09
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Minor `lib.fileset` cleanups
| | | * | | | | lib.fileset: Remove "somewhat limited" from the docsSilvan Mosberger2023-11-08
| | | | |/ / / | | | |/| | | | | | | | | | | | | | | | | It's not very limited anymore :)
* | | | | | | Merge staging-next into staginggithub-actions[bot]2023-11-09
|\| | | | | |
| * | | | | | Merge master into staging-nextgithub-actions[bot]2023-11-09
| |\| | | | |
| | * | | | | buildNpmPackage: make nodejs overridable (#265171)Yt2023-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | | | | | Merge staging-next into staginggithub-actions[bot]2023-11-09
|\| | | | | |
| * | | | | | Merge master into staging-nextgithub-actions[bot]2023-11-09
| |\| | | | |
| | * | | | | doc/languages-frameworks/python: update recommended commit messagenatsukium2023-11-09
| | | | | | |
| | * | | | | doc/languages-frameworks/python: switch pythonPackages to python3Packagesnatsukium2023-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | | doc/languages-frameworks/python: update interpreters versionnatsukium2023-11-09
| | |/ / / /
* | | | | | Merge staging-next into staginggithub-actions[bot]2023-11-08
|\| | | | |
| * | | | | Merge branch 'master' into staging-nextAdam Joseph2023-11-08
| |\| | | |
| | * | | | Merge pull request #265764 from amjoseph-nixpkgs/pr/pythonForBuildArtturi2023-11-08
| | |\ \ \ \
| | | * | | | treewide: change pythonForBuild to pythonOnBuildForHostAdam Joseph2023-11-05
| | | | | | |
| | * | | | | doc: rename sub-section Recursive attributes in stdenv -> Fixed-point ↵Yueh-Shun Li2023-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | arguments in stdenv Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
| | * | | | | doc: add introduction to build helpersYueh-Shun Li2023-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
| | * | | | | doc: builders -> build helpers to reduce ambigualtyYueh-Shun Li2023-11-07
| | | | | | |
| | * | | | | doc: darwin.linux-builder: replace "builder" with "remote builder"Yueh-Shun Li2023-11-07
| | | | | | |
| | * | | | | doc: move section darwin-builder under chapter packagesYueh-Shun Li2023-11-07
| | | | | | |
| | * | | | | doc: move doc/builders/packages -> doc/packagesYueh-Shun Li2023-11-07
| | | | | | |
| | * | | | | texlive: document new texlive.withPackages interface (#265658)Vincenzo Mantova2023-11-07
| | | | | | |
* | | | | | | Merge branch 'staging-next' into stagingWeijia Wang2023-11-07
|\| | | | | |