summaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #215181 from SuperSandro2000/contributing-pnameValentin Gagarin2023-02-071-2/+2
|\
| * doc/contributing: remove last references to name•••pname+version should be used everywhere, so lets clean this up Sandro Jäckel2023-02-071-2/+2
* | Merge pull request #215121 from ncfavier/doc-gitignoreValentin Gagarin2023-02-071-2/+1
|\ \
| * | doc: use `gitignoreSource`•••Running `make -C doc` to build the manual locally leaves .xml artifacts in the tree. These are ignored by git, but they still get included in the build when not using flakes, which causes the corresponding chapters not to be built. Naïm Favier2023-02-071-2/+1
* | | Merge pull request #215114 from ncfavier/fixup-212642Valentin Gagarin2023-02-071-2/+3
|\ \ \ | |_|/ |/| |
| * | doc/stdenv: fixup #212642Naïm Favier2023-02-071-2/+3
| |/
* | Merge pull request #214304 from obsidiansystems/pkg-config-meta•••meta.pkgConfigModules: Init conventionJohn Ericson2023-02-061-3/+45
|\ \
| * | meta.pkgConfigModules: Init convention•••See docs. Follow-up work: - Existing packages should be converted - `defaultPkgConfigPackages` should assert on `meta.pkgConfigModules` and let `tests.pkg-config` alone test the build results. CC @sternenseemann Co-authored-by: Robert Hensing <roberth@users.noreply.github.com> John Ericson2023-02-031-3/+45
| |/
* | Merge pull request #214612 from stephank/feat/swift-docs•••doc: add section on swiftDomen Kožar2023-02-062-0/+177
|\ \
| * | doc: add section on swiftStéphan Kochen2023-02-042-0/+177
| |/
* | treewide: fix backwards smart apostrophes•••According to the Unicode Standard, you should use U+2019 RIGHT SINGLE QUOTATION MARK for apostrophes [1]. Before this change, some of the text in this repo would use U+2018 LEFT SINGLE QUOTATION MARKs instead. [1]: https://www.unicode.org/versions/Unicode15.0.0/ch06.pdf#G12411 Jason Yundt2023-02-061-2/+2
* | Merge pull request #214763 from lheckemann/doc-requirefile•••fetchers: document requireFileLinus Heckemann2023-02-051-0/+27
|\ \ | |/ |/|
| * fetchers: document requireFileLinus Heckemann2023-02-051-0/+27
* | nixos/doc: fix typo in python.section.mdAndré Schröder2023-02-011-1/+1
* | Merge master into staging-nextgithub-actions[bot]2023-01-311-9/+5
|\ \
| * \ Merge pull request #212684 from pennae/nixos-render-docs•••nixos-render-docs: init, use for some manual rendering to docbookpennae2023-01-301-9/+5
| |\ \
| | * | nixos/manual: render module chapters with nixos-render-docs•••this converts meta.doc into an md pointer, not an xml pointer. since we no longer need xml for manual chapters we can also remove support for manual chapters from md-to-db.sh since pandoc converts smart quotes to docbook quote elements and our nixos-render-docs does not we lose this distinction in the rendered output. that's probably not that bad, our stylesheet didn't make use of this anyway (and pre-23.05 versions of the chapters didn't use quote elements either). also updates the nixpkgs manual to clarify that option docs support all extensions (although it doesn't support headings at all, so heading anchors don't work by extension). pennae2023-01-271-9/+5
* | | | Merge master into staging-nextgithub-actions[bot]2023-01-303-0/+23
|\| | |
| * | | Merge pull request #212282 from hercules-ci/pkg-config-packages•••defaultPkgConfigPackages: initRobert Hensing2023-01-303-0/+23
| |\ \ \
| | * | | testers.hasPkgConfigModule: Extract and add tests, docsRobert Hensing2023-01-301-0/+13
| | * | | pkg-configPackages -> defaultPkgConfigPackages•••This better reflects the purpose of the package set, while leaving room for a fancier, more complete implementation of the concept, with a nicer name. Robert Hensing2023-01-291-1/+1
| | * | | doc: Add pkg-config sectionRobert Hensing2023-01-292-0/+10
* | | | | Merge master into staging-nextgithub-actions[bot]2023-01-291-1/+5
|\| | | |
| * | | | Merge pull request #208793 from hadilq/androidenv/cmdline-tools-and-patcher•••androidenv: Implement cmdline-tools and patcherArtturi2023-01-291-1/+5
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | androidenv: Implement cmdline-tools and patcher•••- Replace cmdline-tools with tools because tools is obsolete now. - Depend emulator package to systemImages androidenv: fix issues on the PR androidenv: reformat androidenv: support excluding of `tools` package androidenv: provide `tools`, and `build-tools`, dependencies androidenv: replace includeTools with toolsVersion androidenv: fix a typo androidenv: add tests to check licenses and installed packages androidenv: check if tests are running! this commit should fail! androidenv: fix problems in the review https://github.com/NixOS/nixpkgs/pull/208793 androidenv: add test-suite to handle more tests around androidenv: fix the test after couldn't running them with ofborg Update pkgs/development/mobile/androidenv/build-tools.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com> androidenv: Resolving https://github.com/NixOS/nixpkgs/pull/208793#discussion_r1065851539 Update pkgs/development/mobile/androidenv/cmdline-tools.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com> Update pkgs/development/mobile/androidenv/tools.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com> androidenv: fix a typo Hadi2023-01-271-1/+5
* | | | | Merge master into staging-nextgithub-actions[bot]2023-01-291-3/+3
|\| | | |
| * | | | doc/python: fix attr name for unittestCheckHook flags•••The name should end in Array per the current conventions. This change also contains some minor formatting fixes, as the heading levels were inconsistent. Noah Fontes2023-01-281-3/+3
| |/ / /
* | | | Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt2023-01-272-1/+6
|\| | |
| * | | Merge pull request #205646 from symphorien/ocamlconflict•••ocamlPackages.findlib: detect conflicts of version earlyGuillaume Girol2023-01-271-0/+5
| |\ \ \
| | * | | ocamlPackages.findlib: detect conflicts of version early•••just like pythonCatchConflictHook Guillaume Girol2023-01-031-0/+5
| * | | | fix: doc typoMatthew Kenigsberg2023-01-261-1/+1
* | | | | Merge master into staging-nextgithub-actions[bot]2023-01-261-2/+2
|\| | | |
| * | | | Merge pull request #212642 from ncfavier/doc-check-phaseNaïm Favier2023-01-261-2/+2
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | doc/stdenv: clarify default check targetNaïm Favier2023-01-251-2/+2
* | | | | Merge master into staging-nextgithub-actions[bot]2023-01-251-0/+6
|\| | | |
| * | | | postgresqlTestHook: run postgresqlTestSetupPost hook after setting upNick Cao2023-01-251-0/+6
| | |_|/ | |/| |
* | | | Merge master into staging-nextgithub-actions[bot]2023-01-243-5/+5
|\| | |
| * | | doc: fix broken linksNaïm Favier2023-01-243-5/+5
| |/ /
* | | Merge branch 'master' into staging-next•••Trivial conflict in release notes, except that the xml/docbook parts are horrible for (semi-)automatic conflict resolution. Fortunately that's generated anyway. Vladimír Čunát2023-01-241-3/+3
|\| |
| * | dotnet-sdk_5: remove package•••It's EOL and not used in nixpkgs anymore mdarocha2023-01-231-3/+3
* | | Merge master into staging-nextgithub-actions[bot]2023-01-231-1/+1
|\| |
| * | doc/langauge-frameworks/beam: fix broken link to `elixir-ls`Noah Snelson2023-01-221-1/+1
* | | Merge master into staging-nextgithub-actions[bot]2023-01-221-1/+4
|\| |
| * | doc/manpage-urls.json: add gnunet.confNaïm Favier2023-01-211-0/+1
| * | doc/manpage-urls.json: add mpdNaïm Favier2023-01-211-1/+3
* | | Merge branch 'nativeCheckInputs' into staging-nativeCheckInputsGuillaume Girol2023-01-215-35/+43
|\| |
| * | doc: adapt to nativeCheckInputsGuillaume Girol2023-01-213-15/+23
| * | cross-compilation.chapter.md: correct doCheck conditionalArtturin2023-01-201-1/+1
| * | doc/haskell: nits•••These are some suggested changes to the new documentation of Haskell in the Nixpkgs manual. They cover sections until, but excluding, the section "Available package versions". I am not an English native speaker, so please correct me and savage these changes! Also, please let me know if the suggestions are welcome, then I will continue with the next chapter. Dominik Schrempf2023-01-181-19/+19
* | | Merge pull request #211082 from hercules-ci/fix-issue-16182•••Fix issue 16182 `Error: _assignFirst found no valid variant!`Robert Hensing2023-01-191-1/+1
|\ \ \ | |/ / |/| |