about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
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 staging-next into staginggithub-actions[bot]2-0/+70
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-03Merge staging-next into staginggithub-actions[bot]2-38/+135
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 staging-next into staginggithub-actions[bot]2-21/+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 staging-next into staginggithub-actions[bot]1-4/+0
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 staging-next into staginggithub-actions[bot]1-0/+4
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 remote-tracking branch 'upstream/staging-next' into stagingannalee49-496/+756
Conflicts: pkgs/development/python-modules/apsw/default.nix pkgs/development/python-modules/deal/default.nix pkgs/development/python-modules/kubernetes/default.nix
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 staging-next into staginggithub-actions[bot]1-0/+60
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 staging-next into staginggithub-actions[bot]1-2/+2
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-24python3Packages.setuptoolsBuildHook: delete broken setuptoolsShellHookThomas Watson1-75/+1
Broken since the switch to PyPA's build/installer in 6c85fff302615c62bf4f632bca661bc48298b0a3. The hook was always janky and maintainers appear to not want its current implementation in-tree. No replacement is currently planned. However, this leaves the path open for future replacements as a broken hook will no longer be installed by default.
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