summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2024-04-08doc/stdenv: document prefixKey more precisely (#302535)Aleksana
* 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 Rodas
fzf: 0.47.0 -> 0.48.1
2024-04-07Merge pull request #285177 from lelgenio/krita-plugin-gmic-packagePeder Bergebakken Sundt
krita: wrap with plugins, krita-plugin-gmic init at 3.2.4.1
2024-04-07doc: add krita plugins sectionlelgenio
2024-04-07doc: replace fzf-share mention with sk-share from Skim packageMario Rodas
`fzf-share` was removed
2024-04-04Merge pull request #301439 from DanielSidhion/unselectable-promptSilvan Mosberger
doc: make prompts unselectable on the manuals
2024-04-04Merge pull request #301152 from DanielSidhion/examples-collapsibleSilvan Mosberger
nixos-render-docs: make examples collapsible by default
2024-04-04doc: document fetchurl more completely, follow doc conventions (#300429)Daniel Sidhion
* 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-supportAtemu
Add buildDubPackage and dub-to-nix for building dub based packages
2024-04-03doc: make prompts unselectable on the manualsDS
2024-04-03doc: add dlang language sectionTomaSajt
2024-04-03doc: improve fetchers overview, deduplicate readme content, follow doc ↵Daniel Sidhion
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 defaultDS
2024-03-31Merge master into staging-nextgithub-actions[bot]
2024-03-31Merge pull request #300019 from eflanagan0/doc-lowercase-npmDaniel Sidhion
doc: lowercase npm name
2024-03-31doc: clean-up Coq derivation example (#299927)Vincent Laporte
2024-03-30Merge master into staging-nextgithub-actions[bot]
2024-03-30Revert "stdenv: add meta.repository field"K900
This reverts commit 7e1443abbba99e9dac29ce2ad01c1c4e4fb66070.
2024-03-30Merge master into staging-nextgithub-actions[bot]
2024-03-29Merge pull request #294347 from lolbinarycat/meta.repositorya-n-n-a-l-e-e
stdenv: add meta.repository field
2024-03-29stdenv: add meta.repository fieldbinarycat
2024-03-29doc: lowercase npm nameEli Flanagan
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]
2024-03-28treewide: Switch markdown placeholder from "..." to <...>Janne Heß
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ß
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ß
This should help us with highlighting and future formatting.
2024-03-26Merge master into staging-nextgithub-actions[bot]
2024-03-25doc: add build rust package with meson example (#298881)Aleksana
2024-03-25Merge master into staging-nextgithub-actions[bot]
2024-03-25doc/build-helpers: add missing semicolons (#298632)sekc
Co-authored-by: seksea <williamireland0@gmail.com>
2024-03-23Merge staging-next into staginggithub-actions[bot]
2024-03-22doc: improve javascript conventions (#298127)Eli Flanagan
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]
2024-03-21Merge pull request #297687 from DanielSidhion/fix-manual-headingsSilvan Mosberger
doc: fix code to generate links for headings in the manual
2024-03-21doc: fix code to generate links for headings in the manualDS
2024-03-21Merge staging-next into staginggithub-actions[bot]
2024-03-21Merge pull request #297347 from tzx/docs-right-location-buildPytonPackageMartin Weinelt
doc: document name binding for buildPythonPackage
2024-03-21doc: document name binding for buildPythonPackageTimmy Xiao
2024-03-20Merge staging-next into staginggithub-actions[bot]
2024-03-20doc: Add troubleshooting for Cythonized code and pytest (#293069)Sarah Clark
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]
2024-03-19Merge pull request #281576 from yannham/refactor/cuda-setup-hooks-refactorSomeone
cudaPackages: generalize and refactor setup hooks
2024-03-19Merge staging-next into staginggithub-actions[bot]
2024-03-19Merge pull request #178717 from ShamrockLee/write-multiple-referencesSomeone
trivial-builders: replace writeReferencesToFile with writeClosure
2024-03-19Merge staging-next into staginggithub-actions[bot]
2024-03-19Merge pull request #296549 from TomaSajt/strip-java-archives-hookPol Dellaiera
add stripJavaArchivesHook and use treewide
2024-03-19Merge staging-next into staginggithub-actions[bot]
2024-03-18Merge pull request #294019 from Lurkki14/doc-makedesktopitemDaniel Sidhion
doc: document makeDesktopItem
2024-03-19writeClosure: init, replacing writeReferencesToFileYueh-Shun Li
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>
2024-03-18doc: document makeDesktopItemJussi Kuokkanen