about summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* buildNimPackage: load lockfiles and overridesEmery Hemingway2023-11-28
|
* darwin.linuxBuilder: Fix working directory in documentationGabriella Gonzalez2023-11-25
| | | | | | | | | | | 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
* doc: consolidate info on manual linux kernel configsDS2023-11-23
| | | | | | | | | | | | | | | | The Nixpkgs documentation on the linux kernel builders focused on using and extending kernels that were already packaged, but never mentioned that it's possible to also build a kernel almost "from scratch". The NixOS documentation went a bit deeper on manual linux kernel configs, but that information wasn't particularly NixOS-specific. This commit consolidates the information related to building the kernel on Nixpkgs's documentation, while keeping any additional NixOS-specific information on NixOS's documentation. An additional README.md was created for contributor-facing documentation.
* Merge pull request #265478 from antifuchs/document-lib.metaSilvan Mosberger2023-11-22
|\ | | | | doc: Add lib.meta to the library functions ToC
| * doc: Add lib.meta to the library functions ToCAndreas Fuchs2023-11-04
| | | | | | | | | | | | 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.
* | nixos/xdg/portal: Add config and configPackages optionBobby Rong2023-11-21
| | | | | | | | | | 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.
* | texlive: document simpler way to build custom packagesVincenzo Mantova2023-11-20
| |
* | Merge pull request #268591 from imincik/docs-update-run-phasesSilvan Mosberger2023-11-20
|\ \ | | | | | | doc/stdenv: update manual phases execution instructions
| * | doc/stdenv: update manual phases execution instructionsIvan Mincik2023-11-20
| | | | | | | | | | | | | | | | | | 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.
* | | lib.fileset: Move introduction section above the functionsSilvan Mosberger2023-11-19
|/ / | | | | | | | | | | 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!
* | 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
| |\| | | | |