summaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* doc/hooks/zig.section.md: rewrite•••- Normalize header IDs, in order to not cause conflicts with identically named headers in other docs. - Reorganize the hierarchy of information. Anderson Torres2023-09-101-8/+8
* doc/hooks/waf.section.md: rewrite•••- Normalize header IDs, in order to not cause conflicts with identically named headers in other docs. - Reorganize the hierarchy of information. Anderson Torres2023-09-101-21/+29
* doc/hooks/zig.section.md: reword•••- Refer to stdenv documentation instead of repeating it Anderson Torres2023-09-091-12/+16
* Merge pull request #251006 from Uthar/doc-lisp001•••doc/lisp: Clarifications in the manualWeijia Wang2023-09-071-72/+67
|\
| * doc/lisp: document arguments of buildASDFSystemKasper Gałkowski2023-08-251-7/+19
| * doc/lisp: add links to sections and upstream websites•••Also clean up complex paragraphs and fix section on building wrappers Kasper Gałkowski2023-08-251-51/+29
| * doc/lisp: clarify section on importing from Quicklisp•••1. Clarify what is the reason for importing and to where it saves 2. Clarify that packages.sqlite is a temporary file 3. Link to section about native dependencies from first mention of ql.nix Kasper Gałkowski2023-08-251-7/+11
| * doc/lisp: minor changes to manualKasper Gałkowski2023-08-231-17/+18
* | Merge master into staging-nextgithub-actions[bot]2023-09-023-0/+53
|\ \
| * \ Merge pull request #245623 from tweag/fileset.toSource•••File set combinators base: `lib.fileset.toSource`Silvan Mosberger2023-09-023-0/+53
| |\ \
| | * | lib.fileset.toSource: initSilvan Mosberger2023-09-013-0/+53
* | | | Merge master into staging-nextgithub-actions[bot]2023-08-311-0/+62
|\| | |
| * | | cudaPackages: split outputs•••This change which involves creating multiple outputs for CUDA redistributable packages. We use a script to find out, ahead of time, the outputs each redist package provides. From that, we are able to create multiple outputs for supported redist packages, allowing users to specify exactly which components they require. Beyond the script which finds outputs ahead of time, there is some custom code involved in making this happen. For example, the way Nixpkgs typically handles multiple outputs involves making `dev` the default output when available, and adding `out` to `dev`'s `propagatedBuildInputs`. Instead, we make each output independent of the others. If a user wants only to include the headers found in a redist package, they can do so by choosing the `dev` output. If they want to include dynamic libraries, they can do so by specifying the `lib` output, or `static` for static libraries. To avoid breakages, we continue to provide the `out` output, which becomes the union of all other outputs, effectively making the split outputs opt-in. Connor Baker2023-08-311-0/+62
* | | | Merge master into staging-nextgithub-actions[bot]2023-08-311-0/+29
|\| | |
| * | | Merge pull request #249982 from nagy/chicken-scope•••chickenPackages: turn into scope, updateWeijia Wang2023-08-311-0/+29
| |\ \ \
| | * | | chickenPackages: turn into scope•••The purpose of this change is to allow the overriding of one egg, which in turn affects all dependents of that eggs. Daniel Nagy2023-08-211-0/+29
* | | | | Merge master into staging-nextgithub-actions[bot]2023-08-301-0/+47
|\| | | |
| * | | | doc/fetchers: fetchDebianPatch: don't imply how long a patch remains availablenicoo2023-08-301-2/+2
| * | | | fetchDebianPatch: Rename `patch` parameter, make `name` overrideable•••This allows using the fetcher with `invalidateFetcherByDrvHash` for testing. nicoo2023-08-301-1/+1
| * | | | fetchers: document fetchDebianPatchnicoo2023-08-301-0/+47
* | | | | Merge staging-next into staginggithub-actions[bot]2023-08-301-1/+1
|\| | | |
| * | | | Merge pull request #245583 from galenhuntington/doc-fixArtturi2023-08-291-1/+1
| |\ \ \ \
| | * | | | doc/stdenv: Minor syntax fix.Galen Huntington2023-07-261-1/+1
* | | | | | Merge staging-next into staginggithub-actions[bot]2023-08-281-0/+1
|\| | | | |
| * | | | | Merge pull request #234615 from linsui/dconf•••nixos/dconf: support generating from attrsJan Tojnar2023-08-281-0/+1
| |\ \ \ \ \
| | * | | | | lib/gvariant: initlinsui2023-08-151-0/+1
* | | | | | | doc/hooks/waf.section.md: change wafHook to waf.hookAnderson Torres2023-08-261-6/+6
|/ / / / / /
* | | | | | Merge master into staging-nextgithub-actions[bot]2023-08-262-0/+25
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #246867 from markuskowa/add-mpi-hook•••add mpiCheckPhaseHookmarkuskowa2023-08-262-0/+25
| |\ \ \ \ \ \
| | * | | | | | mpiCheckPhaseHook: add new setup hook for MPI aware check phases•••Add this hook to checkPhase to allow for running MPI application in the sandbox. It detects the MPI implementations and sets the respective environment variables. Markus Kowalewski2023-08-222-0/+25
* | | | | | | | Merge master into staging-nextgithub-actions[bot]2023-08-251-5/+1
|\| | | | | | |
| * | | | | | | emacs: remove outdated doc about package initialization•••Since Emacs 27[1], there is no need to call package-initialize in the init file. [1]: https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS.27?id=cae528457cb862dc886a34240c9d4c73035b6659#n227 Lin Jian2023-08-251-4/+0
| * | | | | | | emacs: update doc about emacs.pkgs.withPackagesLin Jian2023-08-251-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | wafHook: fix missing header idMario Rodas2023-08-241-1/+1
* | | | | | | Merge staging-next into staginggithub-actions[bot]2023-08-212-4/+22
|\| | | | | |
| * | | | | | Merge pull request #249105 from NickHu/document-nix-update-scriptValentin Gagarin2023-08-211-0/+10
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | doc/stdenv/stdenv.chapter.md: add information about nix-update-script and nix...Nick Hu2023-08-151-0/+10
| | | |/ / / | | |/| | |
| * | | | | nixpkgs manual: doc python: render manual notes as admonitionsAlejandro Sanchez Medina2023-08-211-4/+12
| | |/ / / | |/| | |
* | | | | Merge branch 'staging-next' into stagingTheodore Ni2023-08-182-609/+611
|\| | | |
| * | | | Documentation: nixpkgs manual: move Python reference to the top of Python cha...•••* nixpkgs manual, doc Python: move Reference/Optimizations to FAQ See https://github.com/NixOS/nixpkgs/issues/246234. * nixpkgs manual, doc Python: move Reference/python-optional-dependencies to FAQ See https://github.com/NixOS/nixpkgs/issues/246234. * nixpkgs manual, doc Python: move Reference/Tools to FAQ See https://github.com/NixOS/nixpkgs/issues/246234. * nixpkgs manual, doc Python: move Reference/deterministic-builds to FAQ See https://github.com/NixOS/nixpkgs/issues/246234. * nixpkgs manual, doc Python: move Reference/automatic-tests to FAQ See https://github.com/NixOS/nixpkgs/issues/246234. * nixpkgs manual, doc Python: move Reference to top section See https://github.com/NixOS/nixpkgs/issues/246234.Alejandro Sánchez Medina2023-08-171-609/+609
| * | | | maintainers: add dotnet teammdarocha2023-08-161-0/+2
| |/ / /
* | | | Merge staging-next into staginggithub-actions[bot]2023-08-1512-1563/+181
|\| | |
| * | | Merge pull request #245243 from tweag/contributing-combining•••Clean up contributing documentationSilvan Mosberger2023-08-1412-1563/+181
| |\ \ \
| | * | | doc/README.md: CleanupSilvan Mosberger2023-08-141-69/+57
| | * | | CONTRIBUTING.md: Move opening issues section to Nixpkgs manual•••This isn't relevant to contributors specifically, it applies to all users Silvan Mosberger2023-08-132-1/+12
| | * | | doc: Add empty development sectionSilvan Mosberger2023-08-132-0/+7
| | * | | doc/vulnerability-roundup: Rough move to new contribution doc files•••No content was changed, new titles are wrapped with () to signal that they will need to be decided on in a future commit. Section in the manual have been preserved with a simple redirect to GitHub, the proper anchors should be filled out in a future commit once the new section names are decided. Silvan Mosberger2023-08-131-38/+4
| | * | | doc/submitting-changes: Rough move to new contribution doc files•••No content was changed, new titles are wrapped with () to signal that they will need to be decided on in a future commit. Section in the manual have been preserved with a simple redirect to GitHub, the proper anchors should be filled out in a future commit once the new section names are decided. Silvan Mosberger2023-08-131-278/+22
| | * | | doc/reviewing-contributions: Rough move to new contribution doc files•••No content was changed, new titles are wrapped with () to signal that they will need to be decided on in a future commit. Section in the manual have been preserved with a simple redirect to GitHub, the proper anchors should be filled out in a future commit once the new section names are decided. Silvan Mosberger2023-08-131-296/+9
| | * | | doc/quick-start: Rough move to new contribution doc files•••Section in the manual have been preserved with a simple redirect to GitHub, the proper anchors should be filled out in a future commit once the new section names are decided. Silvan Mosberger2023-08-131-75/+1