summaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* doc: improve fetchers overview, deduplicate readme content, follow doc conven...•••* doc: improve fetchers overview, deduplicate readme content * Improve caveat explanation and some fetchurl content * move out consumer docs on source fetching * move note on mirror URLs to the relevant section this may be better suited for the `fetchurl` reference, but it's probably better to just render that information into the manual. for now, because - contributor documentation encourages mirrors - we can expect contributors to dig into the source - linking source files is trivial in in-code documentation we leave it there. * move instructions for updating hashes to the manual * Add more clarity on text, reorganise source hash methods --------- Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> Co-authored-by: Dominic Mills-Howell <dominic.millz27@gmail.com> Co-authored-by: lolbinarycat <dogedoge61+github@gmail.com>Daniel Sidhion2024-04-032-38/+135
* Merge master into staging-nextgithub-actions[bot]2024-03-312-21/+16
|\
| * Merge pull request #300019 from eflanagan0/doc-lowercase-npm•••doc: lowercase npm nameDaniel Sidhion2024-03-311-10/+10
| |\
| | * doc: lowercase npm name•••npm, Inc documentation asks to use lowercase. Their documentation also has consistent lowercase usage. e.g. <https://docs.npmjs.com/about-npm> Eli Flanagan2024-03-291-10/+10
| * | doc: clean-up Coq derivation example (#299927)Vincent Laporte2024-03-311-11/+6
* | | Merge master into staging-nextgithub-actions[bot]2024-03-301-4/+0
|\| |
| * | Revert "stdenv: add meta.repository field"•••This reverts commit 7e1443abbba99e9dac29ce2ad01c1c4e4fb66070. K9002024-03-301-4/+0
* | | Merge master into staging-nextgithub-actions[bot]2024-03-301-0/+4
|\| |
| * | Merge pull request #294347 from lolbinarycat/meta.repository•••stdenv: add meta.repository fielda-n-n-a-l-e-e2024-03-291-0/+4
| |\ \ | | |/ | |/|
| | * stdenv: add meta.repository fieldbinarycat2024-03-291-0/+4
* | | Merge master into staging-nextgithub-actions[bot]2024-03-2849-491/+751
|\| |
| * | treewide: Switch markdown placeholder from "..." to <...>•••We use angle brackets since they look a lot like a placeholder while also being valid nix code, as suggested by roberth here: https://github.com/NixOS/nixpkgs/pull/299554#discussion_r1541797970 Janne Heß2024-03-285-6/+6
| * | treewide: Fix all Nix ASTs in all markdown files•••This allows for correct highlighting and maybe future automatic formatting. The AST was verified to work with nixfmt only. Janne Heß2024-03-2848-460/+720
| * | treewide: Mark Nix blocks in markdown as Nix•••This should help us with highlighting and future formatting. Janne Heß2024-03-2810-31/+31
* | | Merge master into staging-nextgithub-actions[bot]2024-03-261-0/+60
|\| |
| * | doc: add build rust package with meson example (#298881)Aleksana2024-03-251-0/+60
* | | Merge master into staging-nextgithub-actions[bot]2024-03-251-2/+2
|\| |
| * | doc/build-helpers: add missing semicolons (#298632)•••Co-authored-by: seksea <williamireland0@gmail.com>sekc2024-03-251-2/+2
* | | Merge staging-next into staginggithub-actions[bot]2024-03-231-13/+32
|\| |
| * | doc: improve javascript conventions (#298127)•••I created newlines per the <https://github.com/NixOS/nixpkgs/blob/master/doc/README.md#documentation-conventions> guide. This paves the way for future contributions to not be distracted by expected conventions.Eli Flanagan2024-03-221-13/+32
* | | Merge staging-next into staginggithub-actions[bot]2024-03-211-1/+1
|\| |
| * | Merge pull request #297687 from DanielSidhion/fix-manual-headings•••doc: fix code to generate links for headings in the manualSilvan Mosberger2024-03-211-1/+1
| |\ \
| | * | doc: fix code to generate links for headings in the manualDS2024-03-211-1/+1
* | | | Merge staging-next into staginggithub-actions[bot]2024-03-211-2/+3
|\| | |
| * | | Merge pull request #297347 from tzx/docs-right-location-buildPytonPackage•••doc: document name binding for buildPythonPackage Martin Weinelt2024-03-211-2/+3
| |\ \ \ | | |/ / | |/| |
| | * | doc: document name binding for buildPythonPackageTimmy Xiao2024-03-211-2/+3
* | | | Merge staging-next into staginggithub-actions[bot]2024-03-201-0/+4
|\| | |
| * | | doc: Add troubleshooting for Cythonized code and pytest (#293069)•••Cython is a Python compiler that emits native .so modules. By default, python derivations run tests in the wrong directory to see these modules and tests fail. Issue #255262 documents the root cause and solution for this problem. This PR adds a description of the problem and the most common solution to the test troubleshooting list.Sarah Clark2024-03-201-0/+4
| |/ /
* | | Merge staging-next into staginggithub-actions[bot]2024-03-201-1/+1
|\| |
| * | Merge pull request #281576 from yannham/refactor/cuda-setup-hooks-refactor•••cudaPackages: generalize and refactor setup hooksSomeone2024-03-191-1/+1
| |\ \
| | * | cudaPackages: generalize and refactor setup hook•••This PR refactor CUDA setup hooks, and in particular autoAddOpenGLRunpath and autoAddCudaCompatRunpathHook, that were using a lot of code in common (in fact, I introduced the latter by copy pasting most of the bash script of the former). This is not satisfying for maintenance, as a recent patch showed, because we need to duplicate changes to both hooks. This commit abstract the common part in a single shell script that applies a generic patch action to every elf file in the output. For autoAddOpenGLRunpath the action is just addOpenGLRunpath (now addDriverRunpath), and is few line function for autoAddCudaCompatRunpathHook. Doing so, we also takes the occasion to use the newer addDriverRunpath instead of the previous addOpenGLRunpath, and rename the CUDA hook to reflect that as well. Co-Authored-By: Connor Baker <connor.baker@tweag.io> Yann Hamdaoui2024-03-151-1/+1
| | |/
* | | Merge staging-next into staginggithub-actions[bot]2024-03-191-3/+7
|\| |
| * | Merge pull request #178717 from ShamrockLee/write-multiple-references•••trivial-builders: replace writeReferencesToFile with writeClosureSomeone2024-03-191-3/+7
| |\ \
| | * | writeClosure: init, replacing writeReferencesToFile•••Replace writeReferencesToFile with writeClosure. Make writeClosure accept a list of paths instead of a path. Re-implement with JSON-based exportReferencesGraph interface provided by __structuredAttrs = true. Reword the documentation. Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> Co-authored-by: Robert Hensing <roberth@users.noreply.github.com> Co-authored-by: Someone Serge <sergei.kozlukov@aalto.fi> Yueh-Shun Li2024-03-191-3/+7
* | | | Merge staging-next into staginggithub-actions[bot]2024-03-191-3/+26
|\| | |
| * | | Merge pull request #296549 from TomaSajt/strip-java-archives-hook•••add stripJavaArchivesHook and use treewidePol Dellaiera2024-03-191-3/+26
| |\ \ \
| | * | | doc: include stripJavaArchivesHook in the java sectionTomaSajt2024-03-171-3/+26
| | | |/ | | |/|
* | | | Merge staging-next into staginggithub-actions[bot]2024-03-192-2/+103
|\| | |
| * | | Merge pull request #294019 from Lurkki14/doc-makedesktopitem•••doc: document makeDesktopItemDaniel Sidhion2024-03-181-0/+101
| |\ \ \
| | * | | doc: document makeDesktopItemJussi Kuokkanen2024-03-181-0/+101
| * | | | doc/mkYarnPackage: document better distPhase and doDistDoron Behar2024-03-181-2/+2
* | | | | Merge staging-next into staginggithub-actions[bot]2024-03-176-221/+342
|\| | | |
| * | | | Merge branch 'master' into haskell-updatesmaralorn2024-03-165-220/+336
| |\ \ \ \
| | * | | | doc: fix and simplify stylesheets for the manuals, fix nrd bug (#295847)•••* doc: fix and simplify stylesheets for the manuals, fix nrd bug * Add anchorjs script to add links on section headers * Fix another nrd bug, address style changes * Use span instead of a for inline span syntaxDaniel Sidhion2024-03-165-220/+336
| * | | | | Merge master into haskell-updatesgithub-actions[bot]2024-03-152-72/+0
| |\| | | |
| * | | | | Merge master into haskell-updatesgithub-actions[bot]2024-03-132-1/+13
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge master into haskell-updatesgithub-actions[bot]2024-03-091-0/+31
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge master into haskell-updatesgithub-actions[bot]2024-03-0713-74/+69
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge master into haskell-updatesgithub-actions[bot]2024-03-052-4/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge master into haskell-updatesgithub-actions[bot]2024-03-013-74/+236
| |\ \ \ \ \ \