Commit Graph
401972 Commits
Author SHA1 Message Date
Luke Granger-Brown 2ded6702dc pomerium: 0.18.0 -> 0.19.0 2022-09-05 00:54:39 +01:00
Luke Granger-Brown 16215285cd envoy: 1.21.5 -> 1.23.1 2022-09-05 00:54:39 +01:00
Luke Granger-Brown 7f6ab2ddbc pomerium-cli: detach from pomerium versioning 2022-09-04 22:10:23 +01:00
Morgan Helton b900ad154b pomerium-cli: 0.17.1 -> 0.18.0 2022-08-23 20:51:43 -05:00
Morgan Helton 4dfa0d2324 pomerium: 0.17.1 -> 0.18.0 2022-08-23 20:51:43 -05:00
Morgan Helton 9677d8a7a5 pomerium: build and include ui 2022-08-23 20:51:22 -05:00
Morgan Helton 4d7f8b50d2 envoy: 1.21.4 -> 1.21.5 2022-08-23 19:47:27 -05:00
Fabian AffolterandGitHub 287e8bfb2d Merge pull request #187501 from r-ryantm/auto-update/python3.10-fastapi-mail
python310Packages.fastapi-mail: 1.0.9 -> 1.1.4
2022-08-20 00:55:23 +02:00
Fabian AffolterandGitHub c4b0649d3b Merge pull request #187504 from fabaff/tfsec-bump
tfsec: 1.27.1 -> 1.27.2
2022-08-20 00:54:57 +02:00
Sebastián MancillaandGitHub 32423326d1 Merge pull request #183329 from r-ryantm/auto-update/grocy
grocy: 3.3.0 -> 3.3.1
2022-08-19 18:30:50 -04:00
Jan TojnarandGitHub d6fb907269 Merge pull request #184360 from willbush/json-glib
json-glib: add installed tests
2022-08-20 00:12:56 +02:00
Sebastián MancillaandGitHub 600b02324c Merge pull request #182651 from r-ryantm/auto-update/python3.10-sentinel
python310Packages.sentinel: 0.3.0 -> 1.0.0
2022-08-19 18:02:28 -04:00
Sebastián MancillaandGitHub a2169fce93 Merge pull request #166478 from r-ryantm/auto-update/pmd
pmd: 6.47.0 -> 6.48.0
2022-08-19 17:55:49 -04:00
Sebastián MancillaandGitHub 1cc0cd2b0b Merge pull request #180630 from r-ryantm/auto-update/cgreen
cgreen: 1.4.1 -> 1.6.0
2022-08-19 17:54:34 -04:00
superherointjandGitHub 4dc0fce489 Merge pull request #187126 from PedroHLC/linux_zen-5.19.2-zen1
zen-kernels: 5.19.1 -> 5.19.2
2022-08-19 18:03:03 -03:00
superherointjandGitHub d3ef1fe617 Merge pull request #187496 from Lassulus/rtl8814au
linuxPackages.rtl8814au: unstable-2022-05-23 -> unstable-2022-08-18
2022-08-19 18:02:42 -03:00
pennaeandpennae 6039648c50 nixos/*: automatically convert option docs 2022-08-19 22:40:58 +02:00
pennaeandpennae 7e7d68a250 nixos/*: mark pre-existing markdown descriptions as mdDoc 2022-08-19 22:40:58 +02:00
pennaeandpennae b51f8036c2 nixos/*: use properly indented strings for option docs
using regular strings works well for docbook because docbook is not as
whitespace-sensitive as markdown. markdown would render all of these as
code blocks when given the chance.
2022-08-19 22:40:58 +02:00
pennaeandpennae 72b507d5a2 nixos/*: convert some markdown in docbook to tags
a lot of markdown syntax has already snuck into option docs, many of it
predating the intent to migrate to markdown. we don't convert all of it
here, just that which is accompanied by docbook tags as well. the rest
can be converted by simply adding the mdDoc marker.
2022-08-19 22:40:58 +02:00
pennaeandpennae b0e56acef9 nixos/*: remove links to options in code blocks
markdown simply cannot represent these. would be nice to have, but
it'll have to happen some other way (if at all).
2022-08-19 22:40:58 +02:00
pennaeandpennae 275a34e0d8 nixos/nix-daemon: replace <uri> with <literal>
this could've been a link as well, but <uri> did not render as a link in
the html manual.
2022-08-19 22:40:58 +02:00
pennaeandpennae d0ba463fcf nixos/*: replace <quote> with actual quotes 2022-08-19 22:40:58 +02:00
pennaeandpennae f1d39b6d61 nixos/postgresql: replace <function> with <literal>
there's only this one use, we can live with the tiny rendering change.
2022-08-19 22:40:58 +02:00
pennaeandpennae b7327e966b nixos/*: normalize links with #TEXT=href
the xslt pass will re-add this text, and not having href and text be
equal is required to automatically migrate these links to markdown.
2022-08-19 22:40:58 +02:00
pennaeandpennae 2646fd7c1b nixos/*: remove <productname>
no change to the rendered output, and we can't properly represent this
in markdown anyway.
2022-08-19 22:40:58 +02:00
pennaeandpennae a4fdff515b nixos/*: turn inline code blocks into more appropriate things 2022-08-19 22:40:58 +02:00
pennaeandpennae e4ed177f82 nixos/* eliminate inner whitespace in tags that was missed earlier
nix-doc-munge won't match tags that contain newlines anywhere. most of
these have already been removed, but a few obviously made it through.
2022-08-19 22:40:58 +02:00
pennaeandpennae 8f8e101527 nixos/*: normalize <package> to <literal>
this renders the same in the manpage and a little more clearly in the
html manual. in the manpage there continues to be no distinction from
regular text, the html manual gets code-type markup (which was probably
the intention for most of these uses anyway).
2022-08-19 22:40:58 +02:00
Fabian Affolter b1ae09baa0 tfsec: 1.27.1 -> 1.27.2 2022-08-19 22:23:50 +02:00
Thiago Kenji OkadaandGitHub 1ab9224ebe Merge pull request #187457 from otavio/rtl88x2bu-update
rtl88x2bu: 2022-05-23 -> 2022-08-18
2022-08-19 21:21:54 +01:00
R. Ryantm 54b9b9de66 python310Packages.fastapi-mail: 1.0.9 -> 1.1.4 2022-08-19 20:17:43 +00:00
Vladimír Čunát 2ae3c22cd0 mid2key: trivial fixup after commit e0476d93fe
It seems like noone cares, but getting it back seems easy.
2022-08-19 22:16:28 +02:00
ae978f07c5 godot: 3.4.4 -> 3.5 (#186692)
Co-authored-by: matthewcroughan <matt@croughan.sh>
2022-08-19 22:06:25 +02:00
lassulus 299cf6a333 linuxPackages.rtl8814au: unstable-2022-05-23 -> unstable-2022-08-18 2022-08-19 21:57:43 +02:00
SandroandGitHub cfe12e8c8a Merge pull request #187461 from newAM/pep8-naming 2022-08-19 21:30:08 +02:00
SandroandGitHub 9f214c4e83 Merge pull request #187470 from devhell/bump-writedisk 2022-08-19 21:26:37 +02:00
SandroandGitHub 921b28fa6e Merge pull request #187475 from centromere/fix-uamqp-darwin 2022-08-19 21:13:09 +02:00
Sebastian NeubauerandGitHub a3c401f35e blender-hip: add blender with hip support (#187241) 2022-08-19 15:01:57 -04:00
Bernardo MeurerandGitHub 3bffe87eaf Merge pull request #187153 from KenMacD/fwupd-uefi-capsule
nixos/fwupd: migrate to uefi_capsule.conf
2022-08-19 13:50:56 -05:00
SandroandGitHub d9a77384d2 Merge pull request #187145 from kouyk/update/vivaldi 2022-08-19 20:45:04 +02:00
a1dc0e04a8 ghz: init at 0.109.0 (#183514)
Co-authored-by: Azat Bahawi <azat+github@bahawi.net>
2022-08-19 20:42:51 +02:00
Fabian AffolterandGitHub 0790457f89 Merge pull request #187471 from r-ryantm/auto-update/python3.10-pyviz_comms
python310Packages.pyviz-comms: 2.2.0 -> 2.2.1
2022-08-19 20:30:30 +02:00
Sergei TrofimovichandGitHub a0219e7fb7 Merge pull request #181536 from trofi/fix-gnumake-guile
gnumake: unconditionally disable guileSupport on bootstrap
2022-08-19 19:22:13 +01:00
Sergei TrofimovichandGitHub f9474c7d95 Merge pull request #187233 from trofi/remove-libelf-from-bootstrap
make-bootstrap-tools.nix: drop libelf.so from bootstrap tarballs
2022-08-19 19:14:51 +01:00
Valentin Gagarinandehmry 16eb45c655 doc: add note about makeWrapper and PATH modification 2022-08-19 13:11:27 -05:00
Emery Hemingway b5526585c2 treewide: inject xdg-open into wrappers as $PATH suffix
The xdg-open utility is only ever a runtime dependency and its
dependents only expect that it accept a URI as a command line
argument and do something with it that the user would expect.
For such as a trivial relationship it should be possible for
users to override xdg-open with something else in their PATH.
2022-08-19 13:11:27 -05:00
Martin WeineltandGitHub 1a9c66f883 Merge pull request #187428 from vcunat/p/thunderbird_bump 2022-08-19 20:01:35 +02:00
SandroandGitHub 4b78546205 Merge pull request #180874 from eigengrau/add-sgrep 2022-08-19 20:01:09 +02:00
SandroandGitHub 8abd14f110 Merge pull request #185620 from tjni/git-town 2022-08-19 19:53:15 +02:00