summaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* doc/stdenv: document prefixKey more precisely (#302535)•••* doc/stdenv: document prefixKey more precisely Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>Aleksana2024-04-081-2/+2
* Merge pull request #298692 from SebTM/auto-update/fzf•••fzf: 0.47.0 -> 0.48.1Mario Rodas2024-04-071-4/+4
|\
| * doc: replace fzf-share mention with sk-share from Skim package•••`fzf-share` was removed Mario Rodas2024-04-071-4/+4
* | Merge pull request #285177 from lelgenio/krita-plugin-gmic-package•••krita: wrap with plugins, krita-plugin-gmic init at 3.2.4.1Peder Bergebakken Sundt2024-04-072-0/+38
|\ \
| * | doc: add krita plugins sectionlelgenio2024-04-072-0/+38
* | | Merge pull request #301439 from DanielSidhion/unselectable-prompt•••doc: make prompts unselectable on the manualsSilvan Mosberger2024-04-041-0/+9
|\ \ \
| * | | doc: make prompts unselectable on the manualsDS2024-04-031-0/+9
* | | | Merge pull request #301152 from DanielSidhion/examples-collapsible•••nixos-render-docs: make examples collapsible by defaultSilvan Mosberger2024-04-041-0/+16
|\ \ \ \
| * | | | nixos-render-docs: make examples collapsible by defaultDS2024-04-021-0/+16
* | | | | doc: document fetchurl more completely, follow doc conventions (#300429)•••* doc: document fetchurl more completely, follow doc conventions Co-authored-by: Johannes Kirschbauer <hsjobeki+github@gmail.com>Daniel Sidhion2024-04-041-13/+371
* | | | | Merge pull request #299618 from TomaSajt/dub-support•••Add buildDubPackage and dub-to-nix for building dub based packagesAtemu2024-04-042-0/+70
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | doc: add dlang language sectionTomaSajt2024-04-032-0/+70
* | | | | 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
|\| | | |