summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nixos/nextcloud: wait for postgresql.service•••When configured with `dbtype = "pgsql"`, the `nextcloud-setup` service should require that `postgresql.service` be running in order to run, otherwise it fails to connect to the DB and craps out. origin/nextcloud-postgres-waitBernardo Meurer2022-09-011-0/+2
* Merge pull request #188916 from tathougies/patch-4•••coturn: enable sqlite support0x4A6F2022-09-011-0/+2
|\
| * coturn: enable sqlite support••• Coturn uses SQL databases to store authentication credentials. Most users of coturn are going to expect sqlite support, since that's the default db Without this being available during build, the default configure script disabled SQLite support, providing a coturn on NixOS that does not behave in the default manner.Travis Athougies2022-08-291-0/+2
* | Merge pull request #189098 from prusnak/powderBen Siraphob2022-09-012-8/+21
|\ \
| * | the-powder-toy: 96.2.350 -> unstable-2022-08-30Pavol Rusnak2022-08-312-8/+21
* | | Merge pull request #189233 from adisbladis/ement-2022-09-01•••emacs.pkgs.ement: unstable-2022-05-14 -> unstable-2022-09-01adisbladis2022-09-021-3/+3
|\ \ \
| * | | emacs.pkgs.ement: unstable-2022-05-14 -> unstable-2022-09-01adisbladis2022-09-011-3/+3
* | | | Merge pull request #187999 from tjni/hatch-fancy-pypi-readme•••python310Packages.hatch-fancy-pypi-readme: init at 22.3.0adisbladis2022-09-023-0/+64
|\ \ \ \
| * | | | python310Packages.hatch-fancy-pypi-readme: init at 22.3.0•••This is depended upon by the newest python310Packages.jsonschema. Theodore Ni2022-09-022-0/+54
| * | | | Add tjni to list of maintainers.Theodore Ni2022-09-021-0/+10
* | | | | Merge pull request #188993 from pennae/option-docs-md•••nixos/*: (maybe) finish description markdown conversionSilvan Mosberger2022-09-01925-3392/+3110
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into option-docs-mdpennae2022-09-01727-11796/+14736
| |\ \ \ \ \
| * | | | | | nixos/*: convert straggler options to MDpennae2022-08-3131-144/+153
| * | | | | | lib/modules: convert option description to MDpennae2022-08-312-78/+44
| * | | | | | nixos/*: convert options with listings•••minor rendering changes. pennae2022-08-3132-194/+192
| * | | | | | nixos/*: convert options with admonitions to MD•••rendering changes only slightly, most changes are in spacing. pennae2022-08-3150-568/+568
| * | | | | | nixos/*: md-convert hidden plaintext options•••most of these are hidden because they're either part of a submodule that doesn't have its type rendered (eg because the submodule type is used in an either type) or because they are explicitly hidden. some of them are merely hidden from nix-doc-munge by how their option is put together. pennae2022-08-3127-73/+75
| * | | | | | nixos/*: md-"convert" empty descriptions•••for some reason these are not picked up properly by nix-doc-munge, so we'll do this instead. pennae2022-08-317-17/+17
| * | | | | | nixos/*: convert internal option descriptions to MD•••we'll have to do it eventually, may as well be now. pennae2022-08-3160-116/+116
| * | | | | | nixos/*: automatically convert option descriptions•••conversions were done using https://github.com/pennae/nix-doc-munge using (probably) rev f34e145 running nix-doc-munge nixos/**/*.nix nix-doc-munge --import nixos/**/*.nix the tool ensures that only changes that could affect the generated manual *but don't* are committed, other changes require manual review and are discarded. pennae2022-08-31808-1523/+1523
| * | | | | | nixos/*: normalize more docbook for auto-conversionpennae2022-08-313-45/+22
| * | | | | | nixos/*: convert varlist-using options to MD•••there are sufficiently few variable list around, and they are sufficiently simple, that it doesn't seem helpful to add another markdown extension for them. rendering differences are small, except in the tor module: admonitions inside other blocks cannot be made to work well with mistune (and likely most other markdown processors), so those had to be shuffled a bit. we also lose paragraph breaks in the list items due to how we have to render from markdown to docbook, but once we remove docbook from the pipeline those paragraph breaks will be restored. pennae2022-08-315-216/+106
| * | | | | | nixos/*: md-convert options with unordered lists•••mostly no rendering changes. some lists (like simplelist) don't have an exact translation to markdown, so we use a comma-separated list of literals instead. pennae2022-08-3119-369/+196
| * | | | | | nixos/*: convert more partially-md option descriptions•••this mostly means marking options that use markdown already appropriately and making a few adjustments so they still render correctly. notable for nftables we have to transform the md links because the manpage would not render them correctly otherwise. pennae2022-08-3121-52/+50
| * | | | | | nixos/*: convert multiline inline code to listings•••presumably it was not intended to have these blocks rendered inline, and markdown conversion would be messy as well. pennae2022-08-318-24/+24
| * | | | | | nixos/*: <screen> -> <programlisting>•••most of the screen tags used in option docs are actually listings of some sort. nsd had a notable exception where its screen usage was pretty much a raw markdown block that made most sense to convert into docbook lists. pennae2022-08-316-37/+46
| * | | | | | nixos/*: remove indentation from long enable options•••the way these are written they introduce lots of whitespace in each line, which will cause those lines to render as code when converted to markdown. override the whole description instead. pennae2022-08-313-26/+41
| * | | | | | nixos/make-options-doc: add inline roles for varname/envar•••both of these render distinctly from plain literals in the manpage, and manpages even semantically distinguish between the two. pennae2022-08-313-2/+26
| * | | | | | lib/options: add mdDoc support to mkEnableOptionpennae2022-08-301-1/+4
* | | | | | | Merge pull request #189249 from r-ryantm/auto-update/er-patcher•••er-patcher: 1.04-1 -> 1.06-1Ivv2022-09-011-2/+2
|\ \ \ \ \ \ \
| * | | | | | | er-patcher: 1.04-1 -> 1.06-1R. Ryantm2022-09-011-2/+2
* | | | | | | | Merge pull request #189132 from superherointj/kernel-update-5.19.6-date-2022-...•••Linux Kernel update 5.19.6 date 2022-08-31superherointj2022-09-014-21/+21
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | linux/hardened/patches/5.19: 5.19.5-hardened1 -> 5.19.6-hardened1superherointj2022-08-311-5/+5
| * | | | | | | linux/hardened/patches/5.15: 5.15.63-hardened1 -> 5.15.64-hardened1superherointj2022-08-311-5/+5
| * | | | | | | linux/hardened/patches/5.10: 5.10.139-hardened1 -> 5.10.140-hardened1superherointj2022-08-311-5/+5
| * | | | | | | linux: 5.19.5 -> 5.19.6superherointj2022-08-311-2/+2
| * | | | | | | linux: 5.15.63 -> 5.15.64superherointj2022-08-311-2/+2
| * | | | | | | linux: 5.10.139 -> 5.10.140superherointj2022-08-311-2/+2
* | | | | | | | Merge pull request #189258 from r-ryantm/auto-update/gottyPavol Rusnak2022-09-011-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | gotty: 1.4.0 -> 1.5.0R. Ryantm2022-09-011-2/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #189255 from r-ryantm/auto-update/flow•••flow: 0.185.2 -> 0.186.0Mario Rodas2022-09-011-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | flow: 0.185.2 -> 0.186.0R. Ryantm2022-09-011-2/+2
| |/ / / / / / /
* | | | | | | | Merge pull request #189262 from qowoz/yt-dlp•••yt-dlp: 2022.8.19 -> 2022.9.1Mario Rodas2022-09-011-2/+2
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | yt-dlp: 2022.8.19 -> 2022.9.1•••https://github.com/yt-dlp/yt-dlp/releases/tag/2022.09.01 zowoq2022-09-011-2/+2
* | | | | | | | Merge pull request #189256 from viraptor/libredwg-darwin•••libredwg: mark working on darwinStanisÅ‚aw Pitucha2022-09-011-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | libredwg: mark working on darwinStanisław Pitucha2022-09-011-1/+1
* | | | | | | | | Merge pull request #189153 from MonAaraj/tessenSandro2022-09-011-2/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tessen: refactor manpage installationMon Aaraj2022-09-011-2/+5
* | | | | | | | | | Merge pull request #186647 from SebTM/update/displaylink_560-561•••displaylink: 5.6.0-59.176 -> 5.6.1-59.184superherointj2022-09-011-5/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | displaylink: 5.6.0-59.176 -> 5.6.1-59.184Sebastian Sellmeier2022-08-141-5/+5