about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2024-04-11Merge pull request #303213 from SuperSandro2000/fzf-followupBasti1-4/+4
nixos/fzf: bring back keybindings and completion option removed in #298692
2024-04-11doc: update fetchzip docs, add examples and follow conventionsDS1-10/+150
With updates in a doc team meeting with Valentin, Silvan and Johannes :)
2024-04-11Revert "doc: replace fzf-share mention with sk-share from Skim package"Sandro Jäckel1-4/+4
This reverts commit de5b2ef096cc03796398f7ca627ad5f4306aa065.
2024-04-08doc/stdenv: document prefixKey more precisely (#302535)Aleksana1-2/+2
* doc/stdenv: document prefixKey more precisely Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2024-04-07Merge pull request #298692 from SebTM/auto-update/fzfMario Rodas1-4/+4
fzf: 0.47.0 -> 0.48.1
2024-04-07Merge pull request #285177 from lelgenio/krita-plugin-gmic-packagePeder Bergebakken Sundt2-0/+38
krita: wrap with plugins, krita-plugin-gmic init at 3.2.4.1
2024-04-07doc: add krita plugins sectionlelgenio2-0/+38
2024-04-07doc: replace fzf-share mention with sk-share from Skim packageMario Rodas1-4/+4
`fzf-share` was removed
2024-04-04Merge pull request #301439 from DanielSidhion/unselectable-promptSilvan Mosberger1-0/+9
doc: make prompts unselectable on the manuals
2024-04-04Merge pull request #301152 from DanielSidhion/examples-collapsibleSilvan Mosberger1-0/+16
nixos-render-docs: make examples collapsible by default
2024-04-04doc: document fetchurl more completely, follow doc conventions (#300429)Daniel Sidhion1-13/+371
* doc: document fetchurl more completely, follow doc conventions Co-authored-by: Johannes Kirschbauer <hsjobeki+github@gmail.com>
2024-04-04Merge pull request #299618 from TomaSajt/dub-supportAtemu2-0/+70
Add buildDubPackage and dub-to-nix for building dub based packages
2024-04-03doc: make prompts unselectable on the manualsDS1-0/+9
2024-04-03doc: add dlang language sectionTomaSajt2-0/+70
2024-04-03doc: improve fetchers overview, deduplicate readme content, follow doc ↵Daniel Sidhion2-38/+135
conventions (#297654) * 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>
2024-04-02nixos-render-docs: make examples collapsible by defaultDS1-0/+16
2024-03-31Merge master into staging-nextgithub-actions[bot]2-21/+16
2024-03-31Merge pull request #300019 from eflanagan0/doc-lowercase-npmDaniel Sidhion1-10/+10
doc: lowercase npm name
2024-03-31doc: clean-up Coq derivation example (#299927)Vincent Laporte1-11/+6
2024-03-30Merge master into staging-nextgithub-actions[bot]1-4/+0
2024-03-30Revert "stdenv: add meta.repository field"K9001-4/+0
This reverts commit 7e1443abbba99e9dac29ce2ad01c1c4e4fb66070.
2024-03-30Merge master into staging-nextgithub-actions[bot]1-0/+4
2024-03-29Merge pull request #294347 from lolbinarycat/meta.repositorya-n-n-a-l-e-e1-0/+4
stdenv: add meta.repository field
2024-03-29stdenv: add meta.repository fieldbinarycat1-0/+4
2024-03-29doc: lowercase npm nameEli Flanagan1-10/+10
npm, Inc documentation asks to use lowercase. Their documentation also has consistent lowercase usage. e.g. <https://docs.npmjs.com/about-npm>
2024-03-28Merge master into staging-nextgithub-actions[bot]49-496/+756
2024-03-28treewide: Switch markdown placeholder from "..." to <...>Janne Heß5-6/+6
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
2024-03-28treewide: Fix all Nix ASTs in all markdown filesJanne Heß48-465/+725
This allows for correct highlighting and maybe future automatic formatting. The AST was verified to work with nixfmt only.
2024-03-28treewide: Mark Nix blocks in markdown as NixJanne Heß10-31/+31
This should help us with highlighting and future formatting.
2024-03-26Merge master into staging-nextgithub-actions[bot]1-0/+60
2024-03-25doc: add build rust package with meson example (#298881)Aleksana1-0/+60
2024-03-25Merge master into staging-nextgithub-actions[bot]1-2/+2
2024-03-25doc/build-helpers: add missing semicolons (#298632)sekc1-2/+2
Co-authored-by: seksea <williamireland0@gmail.com>
2024-03-23Merge staging-next into staginggithub-actions[bot]1-13/+32
2024-03-22doc: improve javascript conventions (#298127)Eli Flanagan1-13/+32
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.
2024-03-21Merge staging-next into staginggithub-actions[bot]1-1/+1
2024-03-21Merge pull request #297687 from DanielSidhion/fix-manual-headingsSilvan Mosberger1-1/+1
doc: fix code to generate links for headings in the manual
2024-03-21doc: fix code to generate links for headings in the manualDS1-1/+1
2024-03-21Merge staging-next into staginggithub-actions[bot]1-2/+3
2024-03-21Merge pull request #297347 from tzx/docs-right-location-buildPytonPackageMartin Weinelt1-2/+3
doc: document name binding for buildPythonPackage
2024-03-21doc: document name binding for buildPythonPackageTimmy Xiao1-2/+3
2024-03-20Merge staging-next into staginggithub-actions[bot]1-0/+4
2024-03-20doc: Add troubleshooting for Cythonized code and pytest (#293069)Sarah Clark1-0/+4
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.
2024-03-20Merge staging-next into staginggithub-actions[bot]1-1/+1
2024-03-19Merge pull request #281576 from yannham/refactor/cuda-setup-hooks-refactorSomeone1-1/+1
cudaPackages: generalize and refactor setup hooks
2024-03-19Merge staging-next into staginggithub-actions[bot]1-3/+7
2024-03-19Merge pull request #178717 from ShamrockLee/write-multiple-referencesSomeone1-3/+7
trivial-builders: replace writeReferencesToFile with writeClosure
2024-03-19Merge staging-next into staginggithub-actions[bot]1-3/+26
2024-03-19Merge pull request #296549 from TomaSajt/strip-java-archives-hookPol Dellaiera1-3/+26
add stripJavaArchivesHook and use treewide
2024-03-19Merge staging-next into staginggithub-actions[bot]2-2/+103