about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2023-08-17Documentation: nixpkgs manual: move Python reference to the top of Python ↵Alejandro Sánchez Medina1-609/+609
chapter (#247117) * nixpkgs manual, doc Python: move Reference/Optimizations to FAQ See https://github.com/NixOS/nixpkgs/issues/246234. * nixpkgs manual, doc Python: move Reference/python-optional-dependencies to FAQ See https://github.com/NixOS/nixpkgs/issues/246234. * nixpkgs manual, doc Python: move Reference/Tools to FAQ See https://github.com/NixOS/nixpkgs/issues/246234. * nixpkgs manual, doc Python: move Reference/deterministic-builds to FAQ See https://github.com/NixOS/nixpkgs/issues/246234. * nixpkgs manual, doc Python: move Reference/automatic-tests to FAQ See https://github.com/NixOS/nixpkgs/issues/246234. * nixpkgs manual, doc Python: move Reference to top section See https://github.com/NixOS/nixpkgs/issues/246234.
2023-08-16maintainers: add dotnet teammdarocha1-0/+2
2023-08-14Merge pull request #245243 from tweag/contributing-combiningSilvan Mosberger12-1563/+181
Clean up contributing documentation
2023-08-14treewide: `overrideScope'` -> `overrideScope`Artturin2-3/+3
`lib.makeScope` `overrideScope'` has been renamed to `overrideScope` `fd --type f | xargs sd --string-mode "overrideScope'" "overrideScope"`
2023-08-14doc/README.md: CleanupSilvan Mosberger1-69/+57
2023-08-13CONTRIBUTING.md: Move opening issues section to Nixpkgs manualSilvan Mosberger2-1/+12
This isn't relevant to contributors specifically, it applies to all users
2023-08-13doc: Add empty development sectionSilvan Mosberger2-0/+7
2023-08-13doc/vulnerability-roundup: Rough move to new contribution doc filesSilvan Mosberger1-38/+4
No content was changed, new titles are wrapped with () to signal that they will need to be decided on in a future commit. Section in the manual have been preserved with a simple redirect to GitHub, the proper anchors should be filled out in a future commit once the new section names are decided.
2023-08-13doc/submitting-changes: Rough move to new contribution doc filesSilvan Mosberger1-278/+22
No content was changed, new titles are wrapped with () to signal that they will need to be decided on in a future commit. Section in the manual have been preserved with a simple redirect to GitHub, the proper anchors should be filled out in a future commit once the new section names are decided.
2023-08-13doc/reviewing-contributions: Rough move to new contribution doc filesSilvan Mosberger1-296/+9
No content was changed, new titles are wrapped with () to signal that they will need to be decided on in a future commit. Section in the manual have been preserved with a simple redirect to GitHub, the proper anchors should be filled out in a future commit once the new section names are decided.
2023-08-13doc/quick-start: Rough move to new contribution doc filesSilvan Mosberger1-75/+1
Section in the manual have been preserved with a simple redirect to GitHub, the proper anchors should be filled out in a future commit once the new section names are decided.
2023-08-13doc/contributing-to-documentation: Rough move to new contribution doc filesSilvan Mosberger2-107/+119
Section in the manual have been preserved with a simple redirect to GitHub, the proper anchors should be filled out in a future commit once the new section names are decided.
2023-08-13doc/coding-conventions: Rough move to new contribution doc filesSilvan Mosberger1-647/+17
No content was changed, new titles are wrapped with () to signal that they will need to be decided on in a future commit. Section in the manual have been preserved with a simple redirect to GitHub, the proper anchors should be filled out in a future commit once the new section names are decided.
2023-08-13Create unified markdown files for contributing docsSilvan Mosberger1-2/+1
2023-08-13doc/contributing: Remove unreferenced legacy diagramSilvan Mosberger2-118/+0
Not used anymore after b3fa79bb8965f7d3353daf99b137170314899a53
2023-08-10Merge pull request #241656 from mobusoperandi/update-doc-contributingSilvan Mosberger1-0/+3
fix outdated contributing to documentation
2023-08-10Update doc/contributing/contributing-to-documentation.chapter.mdSilvan Mosberger1-1/+1
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
2023-08-10Merge pull request #241871 from mobusoperandi/doc-doc-syntax-chapterSilvan Mosberger1-1/+1
doc syntax section into chapter, link from nixos manual
2023-08-10treewide: use zig_0_11 instead of zig for zig packagesfigsoda1-2/+2
Zig is still under active development, and new releases often introduce breaking changes. This makes updating the default version of zig easier. Some packages did not receive this change because they could be using the c compiler or linker of zig, which doesn't receive as much breaking changes compared to e.g. the zig std library. https://github.com/NixOS/nixpkgs/pull/248243#discussion_r1289401340
2023-08-10zig.hook: rename from zigHookfigsoda1-6/+6
This makes using specific versions of zig easier (without overrides)
2023-08-08testers.hasPkgConfigModules: allow checking multiple pkg-config modssternenseemann1-5/+19
This is very useful in conjunction with meta.pkgConfigModules, as the new tester can use the list provided by this meta attribute as a default value for moduleNames, making its usage in passthru.tests very convenient. For backwards compatibility, a shim under the old name is maintained with a warning.
2023-08-08Merge master into staging-nextgithub-actions[bot]1-7/+12
2023-08-07nixpkgs manual, doc Python: render interpreters in a table (#246956)Alejandro Sánchez Medina1-7/+12
* nixpkgs manual, doc Python: render interpreters in a table The current paragraph presenting Python interpreters is verbose and hinders clarity. The information provided is well suited to be rendered as a table. Co-authored-by: Shahar "Dawn" Or <mightyiampresence@gmail.com> * nixpkgs manual, doc Python: fix typos in interpreters' table * nixpkgs manual, doc Python: update header in interpreters' table * nixpkgs manual, doc Python: get rid of empty block code workaround in interpreters' table --------- Co-authored-by: Shahar "Dawn" Or <mightyiampresence@gmail.com>
2023-08-05Merge branch 'master' into staging-nextVladimír Čunát1-1/+1
2023-08-04Merge pull request #225503 from xworld21/texlive-binaries-from-tlpdbDmitry Kalinkin1-1/+1
texlive: generate bin containers from tlpdb
2023-08-05Merge master into staging-nextgithub-actions[bot]1-1/+1
2023-08-04treewide: update mainProgram docsArtturin1-1/+1
2023-08-04Merge master into staging-nextgithub-actions[bot]2-3/+8
2023-08-03doc: make `sourceRoot` and `setSourceRoot` documentation match the ↵Jan Malakhovski2-3/+8
implementation, fix examples
2023-08-03fix outdated contributing to documentationAlejandro Sanchez Medina1-0/+3
Co-authored-by: Shahar "Dawn" Or <mightyiampresence@gmail.com>
2023-08-01Merge branch 'master' into staging-nextVladimír Čunát1-53/+106
2023-08-01Merge pull request #240553 from tomodachi94/doc/prefer-maven.buildPackageWeijia Wang1-53/+106
doc/maven: prefer maven.buildMavenPackage over mvn2nix
2023-08-01doc/maven: add stable-maven-plugins backWeijia Wang1-4/+34
2023-08-01Merge branch 'master' into staging-nextDoron Behar2-0/+60
* master: (77 commits) containerd: 1.7.2 -> 1.7.3 python310Packages.transformers: 4.30.2 -> 4.31.0 plasma-sdk: unbreak build, again stellarium: add patch for indi 2.0 compatibility indi-full: 1.9.8 -> 2.0.2, reenable Atik, Pentax and SX drivers indilib: 1.9.8 -> 2.0.2 plasma: 5.27.6 -> 5.27.7 alsa-scarlett-gui: light refactoring alsa-scarlett-gui: Change icons path back to relative in desktop entry file alsa-scarlet-gui: light refactoring Done some light refactoring for better consitence in the code. alsa-scarlett-gui: fix for deskop integration alsa-scarlett-gui: fixed desktop entry release-notes: note breaking woodpecker update woodpecker-*: 0.15.11 -> 1.0.0 pnpm-lock-export: use fork with v6 support suricata: 6.0.13 -> 7.0.0 rubyfmt: add support for macos arm64/x86 rubyfmt: init at 0.8.1 dayon: init at 11.0.7 nixos/atuin: harden systemd unit ...
2023-08-01doc/hooks/index.md: add zig.section.mdAnderson Torres2-0/+60
A somewhat short documentation about zigHook.
2023-08-01doc/maven: prefer maven.buildMavenPackage over mvn2nixTomo1-53/+76
Manually calling `mvn2nix` was the preferred way of building Java apps that use Maven, but `maven.buildMavenPackage` is now the preferred way.
2023-07-30Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-18/+4
Conflicts: - pkgs/development/libraries/science/astronomy/cfitsio/default.nix
2023-07-29Merge pull request #245358 from asymmetric/nixpkgs-doc-build-instructionspennae1-18/+4
doc/contributing: update build instructions after nrd
2023-07-29texlive.combine: include packages with man pages by defaultVincenzo Mantova1-1/+1
2023-07-28python3.pkgs.pypaBuildHook: initDoron Behar1-2/+6
2023-07-28pip-build-hook.sh: Support $pipBuildFlagsDoron Behar1-0/+2
2023-07-28doc/python: Demonstrate how to override the blas implementationDoron Behar1-2/+22
2023-07-27Merge pull request #243062 from mobusoperandi/doc_watchexecSilvan Mosberger4-3/+37
nixpkgs/NixOS manuals: devmode feature
2023-07-25Merge pull request #224068 from SomeoneSerge/respect-config-cudaSupportConnor Baker1-2/+5
Respect global config.cudaSupport
2023-07-25doc/contributing: update build instructionsLorenzo Manacorda1-18/+4
We have moved away from Make since nixos-render-docs was introduced to build the nixpkgs manual in #239636.
2023-07-25nixpkgs/NixOS manuals: devmode featureShahar "Dawn" Or2-0/+28
Co-authored-by: Alejandro Sanchez Medina <alejandrosanchzmedina@gmail.com>
2023-07-25nixpkgs manual: extract some build pathsAlejandro Sanchez Medina2-3/+9
Co-authored-by: Shahar "Dawn" Or <mightyiampresence@gmail.com>
2023-07-25Merge pull request #244332 from SuperSandro2000/fonts-fontsasymmetric1-1/+3
nixos/fonts: rename fonts.fonts option to fonts.packages, other cleanups
2023-07-24Merge pull request #243848 from SuperSandro2000/clarify-python-toolsMartin Weinelt1-4/+4
docs/python: clarify allowance of using toosl to autogenerate packages
2023-07-24treewide: rename fonts.fonts to fonts.packagesSandro Jäckel1-1/+3