| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 Sidhion | 2024-04-03 | 2 | -38/+135 |
| * | Merge master into staging-next | github-actions[bot] | 2024-03-31 | 2 | -21/+16 |
| |\ |
|
| | * | Merge pull request #300019 from eflanagan0/doc-lowercase-npm•••doc: lowercase npm name | Daniel Sidhion | 2024-03-31 | 1 | -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 Flanagan | 2024-03-29 | 1 | -10/+10 |
| | * | | doc: clean-up Coq derivation example (#299927) | Vincent Laporte | 2024-03-31 | 1 | -11/+6 |
| * | | | Merge master into staging-next | github-actions[bot] | 2024-03-30 | 1 | -4/+0 |
| |\| | |
|
| | * | | Revert "stdenv: add meta.repository field"•••This reverts commit 7e1443abbba99e9dac29ce2ad01c1c4e4fb66070.
| K900 | 2024-03-30 | 1 | -4/+0 |
| * | | | Merge master into staging-next | github-actions[bot] | 2024-03-30 | 1 | -0/+4 |
| |\| | |
|
| | * | | Merge pull request #294347 from lolbinarycat/meta.repository•••stdenv: add meta.repository field | a-n-n-a-l-e-e | 2024-03-29 | 1 | -0/+4 |
| | |\ \
| | |/
| |/| |
|
| | | * | stdenv: add meta.repository field | binarycat | 2024-03-29 | 1 | -0/+4 |
| * | | | Merge master into staging-next | github-actions[bot] | 2024-03-28 | 49 | -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-28 | 5 | -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-28 | 48 | -460/+720 |
| | * | | treewide: Mark Nix blocks in markdown as Nix•••This should help us with highlighting and future formatting.
| Janne Heß | 2024-03-28 | 10 | -31/+31 |
| * | | | Merge master into staging-next | github-actions[bot] | 2024-03-26 | 1 | -0/+60 |
| |\| | |
|
| | * | | doc: add build rust package with meson example (#298881) | Aleksana | 2024-03-25 | 1 | -0/+60 |
| * | | | Merge master into staging-next | github-actions[bot] | 2024-03-25 | 1 | -2/+2 |
| |\| | |
|
| | * | | doc/build-helpers: add missing semicolons (#298632)•••Co-authored-by: seksea <williamireland0@gmail.com> | sekc | 2024-03-25 | 1 | -2/+2 |
| * | | | Merge staging-next into staging | github-actions[bot] | 2024-03-23 | 1 | -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 Flanagan | 2024-03-22 | 1 | -13/+32 |
| * | | | Merge staging-next into staging | github-actions[bot] | 2024-03-21 | 1 | -1/+1 |
| |\| | |
|
| | * | | Merge pull request #297687 from DanielSidhion/fix-manual-headings•••doc: fix code to generate links for headings in the manual | Silvan Mosberger | 2024-03-21 | 1 | -1/+1 |
| | |\ \ |
|
| | | * | | doc: fix code to generate links for headings in the manual | DS | 2024-03-21 | 1 | -1/+1 |
| * | | | | Merge staging-next into staging | github-actions[bot] | 2024-03-21 | 1 | -2/+3 |
| |\| | | |
|
| | * | | | Merge pull request #297347 from tzx/docs-right-location-buildPytonPackage•••doc: document name binding for buildPythonPackage | Martin Weinelt | 2024-03-21 | 1 | -2/+3 |
| | |\ \ \
| | |/ /
| |/| | |
|
| | | * | | doc: document name binding for buildPythonPackage | Timmy Xiao | 2024-03-21 | 1 | -2/+3 |
| * | | | | Merge staging-next into staging | github-actions[bot] | 2024-03-20 | 1 | -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 Clark | 2024-03-20 | 1 | -0/+4 |
| | |/ / |
|
| * | | | Merge staging-next into staging | github-actions[bot] | 2024-03-20 | 1 | -1/+1 |
| |\| | |
|
| | * | | Merge pull request #281576 from yannham/refactor/cuda-setup-hooks-refactor•••cudaPackages: generalize and refactor setup hooks | Someone | 2024-03-19 | 1 | -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 Hamdaoui | 2024-03-15 | 1 | -1/+1 |
| | | |/ |
|
| * | | | Merge staging-next into staging | github-actions[bot] | 2024-03-19 | 1 | -3/+7 |
| |\| | |
|
| | * | | Merge pull request #178717 from ShamrockLee/write-multiple-references•••trivial-builders: replace writeReferencesToFile with writeClosure | Someone | 2024-03-19 | 1 | -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 Li | 2024-03-19 | 1 | -3/+7 |
| * | | | | Merge staging-next into staging | github-actions[bot] | 2024-03-19 | 1 | -3/+26 |
| |\| | | |
|
| | * | | | Merge pull request #296549 from TomaSajt/strip-java-archives-hook•••add stripJavaArchivesHook and use treewide | Pol Dellaiera | 2024-03-19 | 1 | -3/+26 |
| | |\ \ \ |
|
| | | * | | | doc: include stripJavaArchivesHook in the java section | TomaSajt | 2024-03-17 | 1 | -3/+26 |
| | | | |/
| | |/| |
|
| * | | | | Merge staging-next into staging | github-actions[bot] | 2024-03-19 | 2 | -2/+103 |
| |\| | | |
|
| | * | | | Merge pull request #294019 from Lurkki14/doc-makedesktopitem•••doc: document makeDesktopItem | Daniel Sidhion | 2024-03-18 | 1 | -0/+101 |
| | |\ \ \ |
|
| | | * | | | doc: document makeDesktopItem | Jussi Kuokkanen | 2024-03-18 | 1 | -0/+101 |
| | * | | | | doc/mkYarnPackage: document better distPhase and doDist | Doron Behar | 2024-03-18 | 1 | -2/+2 |
| * | | | | | Merge staging-next into staging | github-actions[bot] | 2024-03-17 | 6 | -221/+342 |
| |\| | | | |
|
| | * | | | | Merge branch 'master' into haskell-updates | maralorn | 2024-03-16 | 5 | -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 syntax | Daniel Sidhion | 2024-03-16 | 5 | -220/+336 |
| | * | | | | | Merge master into haskell-updates | github-actions[bot] | 2024-03-15 | 2 | -72/+0 |
| | |\| | | | |
|
| | * | | | | | Merge master into haskell-updates | github-actions[bot] | 2024-03-13 | 2 | -1/+13 |
| | |\ \ \ \ \
| | | |_|_|/
| | |/| | | |
|
| | * | | | | | Merge master into haskell-updates | github-actions[bot] | 2024-03-09 | 1 | -0/+31 |
| | |\ \ \ \ \
| | | |_|_|/
| | |/| | | |
|
| | * | | | | | Merge master into haskell-updates | github-actions[bot] | 2024-03-07 | 13 | -74/+69 |
| | |\ \ \ \ \
| | | |_|_|/
| | |/| | | |
|
| | * | | | | | Merge master into haskell-updates | github-actions[bot] | 2024-03-05 | 2 | -4/+6 |
| | |\ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge master into haskell-updates | github-actions[bot] | 2024-03-01 | 3 | -74/+236 |
| | |\ \ \ \ \ \ |
|