Commit Graph
446028 Commits
Author SHA1 Message Date
Louis Bettensandpennae 7eb824334d dhcpcd: avoid crash
Fixes #199200
2023-01-22 19:35:49 +01:00
Fabian AffolterandGitHub 54cfd5cded Merge pull request #212137 from fabaff/boschshcpy-bump
python310Packages.boschshcpy: 0.2.38 -> 0.2.43
2023-01-22 19:16:53 +01:00
Fabian AffolterandGitHub b768f6ab8c Merge pull request #212138 from fabaff/hahomematic-bump
python310Packages.hahomematic: 2023.1.5 -> 2023.1.6
2023-01-22 19:16:40 +01:00
Fabian AffolterandGitHub 7974eee4b7 Merge pull request #212135 from fabaff/appthreat-vulnerability-db-bump
python310Packages.appthreat-vulnerability-db: 4.3.0 -> 4.3.1
2023-01-22 19:15:42 +01:00
Fabian AffolterandGitHub 050586bf16 Merge pull request #212129 from fabaff/aiojobs-fix
python310Packages.aiojobs: fix build
2023-01-22 19:15:29 +01:00
Fabian AffolterandGitHub 341a90059f Merge pull request #212136 from fabaff/dvc-objects-bump
python310Packages.dvc-data: 0.28.4 -> 0.35.1, python310Packages.dvc-objects: 0.14.0 -> 0.19.0
2023-01-22 19:15:15 +01:00
Maximilian BoschandGitHub ad6cd4173f Merge pull request #211894 from chvp/grafana-image-renderer-use-module
nixos/grafana-image-renderer: use grafana freeform settings in provisioning
2023-01-22 19:06:35 +01:00
figsodaandGitHub 4668baf05b Merge pull request #212132 from fabaff/gitleaks-bump
gitleaks: 8.15.2 -> 8.15.3
2023-01-22 12:54:45 -05:00
Domen KožarandGitHub 9d57399b8e Merge pull request #157628 from veprbl/pr/darwin_cctools_apple
darwin.cctools-apple: init at 973.0.1-609
2023-01-22 17:21:33 +00:00
Fabian Affolter 0dcb8c76c0 python310Packages.hahomematic: 2023.1.5 -> 2023.1.6
Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2023.1.6
2023-01-22 18:21:22 +01:00
Fabian Affolter 5f2d29dd6b python310Packages.boschshcpy: 0.2.38 -> 0.2.43
Diff: https://github.com/tschamm/boschshcpy/compare/0.2.38...0.2.43
2023-01-22 18:14:03 +01:00
Mario RodasandGitHub 1c18d9a5fb Merge pull request #212117 from r-ryantm/auto-update/argocd
argocd: 2.5.6 -> 2.5.7
2023-01-22 12:10:18 -05:00
Fabian Affolter 85256447c1 python310Packages.dvc-data: 0.28.4 -> 0.35.1
Diff: https://github.com/iterative/dvc-data/compare/refs/tags/0.28.4...0.35.1

Changelog: https://github.com/iterative/dvc-data/releases/tag/0.35.1
2023-01-22 18:10:15 +01:00
Fabian Affolter 6273b43743 python310Packages.sqltrie: init at 0.0.26 2023-01-22 18:09:42 +01:00
Ryan LahfaandGitHub 061b40341f Merge pull request #200967 from Smona/yarn2nix-yarn-and-node-overrides
yarn2nix: add easy yarn & nodejs pkg overrides
2023-01-22 18:09:20 +01:00
Mario RodasandGitHub 26e01c8ace Merge pull request #210806 from r-ryantm/auto-update/igprof
igprof: 5.9.16 -> 5.9.18
2023-01-22 12:08:35 -05:00
Mario RodasandGitHub b9b0231db9 Merge pull request #212045 from r-ryantm/auto-update/gifski
gifski: 1.8.0 -> 1.9.0
2023-01-22 12:08:03 -05:00
Mario RodasandGitHub f7b282c151 Merge pull request #212118 from marsam/update-zsv
zsv: 0.3.4-alpha -> 0.3.5-alpha
2023-01-22 12:07:51 -05:00
Ryan LahfaandGitHub 04bf8215a9 Merge pull request #209075 from symphorien/nginx-validate-config-revert
nixos/nginx: revert config validation
2023-01-22 17:57:46 +01:00
pennaeandpennae e2019c49d4 nixos/make-options-doc: use markdown-it-py for rendering
only whitespace changes (mostly empty descriptions rendered as literal
line breaks and trailing space toPretty generates, but that were dropped
by mistune).
2023-01-22 17:50:09 +01:00
pennaeandpennae 6865699e39 markdown-it-py, mdit-py-plugins: allow disabling the test suite
the test suite pulls in a huge number of dependencies, from cryptography
over sphinx to zope. since we want to use markdown-it-py in the nixos
manual build and closure size is important we'll skip the test suite for
the manual and rely on the regular builds to catch test failures. it's
not ideal, but markdown-it-py is the closes thing to the official MyST
parser we can get right now.
2023-01-22 17:50:09 +01:00
pennaeandpennae 248e1b957d nixos/make-options-doc: render related packages with md
don't generate docbook for related packages, generate markdown instead.
this could be extended further to not even generate markdown but have
mergeJSON handle all of the rendering. markdown will work fine for now
though.
2023-01-22 17:50:09 +01:00
pennaeandpennae fa8a594c56 nixos/make-options-doc: deprecate \n\n parbreak
only whitespace changes to rendered outputs, all in the vicinity or body
of admonitions. previously admonitions would not receive paragraph
breaks even when they should have because the description postprocessing
did not match on their contents.
2023-01-22 17:50:09 +01:00
pennaeandpennae c93e5dde67 nixos/make-options-doc: rearrange paras in related packages/defaults/examples
this mirrors what we will be able to create with markdown. no change to
rendered outputs.
2023-01-22 17:50:09 +01:00
pennaeandpennae 3a5f1ae029 nixos/make-options-doc: render default/example contents through MD
removes some trailing whitespaces from the html output, no other changes.
2023-01-22 17:50:09 +01:00
pennaeandpennae 2bd8129a47 nixos/make-options-doc: make whitespace more md-compatible
markdown-it-py creates different whitespace leaders/trailers than are
currently emitted, and when we convert examples and defaults to render
via markdown the spacing will change too. this has no effect on rendered
output.
2023-01-22 17:50:09 +01:00
pennaeandpennae d1aa187c0e nixos/make-options-doc: don't escape link urls twice
mistune already does escaping. it does escaping for html, but the
difference is small enough that can just ignore that we're actually
targeting docbook here.
2023-01-22 17:50:09 +01:00
pennaeandpennae 2cb43da587 nixos/make-options-doc: remove trailing whitespace from strings
this was done only to make the conversion to MD easier to verify. we no
longer need it, and not keeping whitespace does not affect rendered outputs.

stripping will have to stay for now because description postprocessing
would add empty paragraphs otherwise.
2023-01-22 17:50:09 +01:00
pennaeandpennae e067d9e33e nixos/redsocks: fix option description formatting 2023-01-22 17:50:09 +01:00
pennaeandpennae cf792cfde3 nixos/envfs: fix envfs package option default
mdDoc is not valid here, but isn't currently rejected for xslt reasons.
2023-01-22 17:50:09 +01:00
Julien Malkaandpennae 85c34d334b nixos/uptime-kuma: add julienmalka as maintainer 2023-01-22 17:39:22 +01:00
Alyssa Ross 0f25d9fc43 Revert "pkgsMusl.socat: fix build"
This reverts commit 7ecf7a3493.

This is no longer necessary as of socat 1.7.4.4, and in fact breaks
the build.

Fixes: 497c7f26aa ("socat: 1.7.4.3 -> 1.7.4.4")
2023-01-22 16:34:30 +00:00
Fabian Affolter b84d40d5e1 python310Packages.dvc-data: add changelog to meta 2023-01-22 17:28:00 +01:00
Fabian Affolter d37f257e6b python310Packages.dvc-objects: 0.14.0 -> 0.19.0
Diff: https://github.com/iterative/dvc-objects/compare/refs/tags/0.14.0...0.19.0

Changelog: https://github.com/iterative/dvc-objects/releases/tag/0.19.0
2023-01-22 17:26:17 +01:00
Fabian Affolter ca81442a99 python310Packages.dvc-objects: add changelog to meta 2023-01-22 17:25:02 +01:00
Xavier Lambeinandpennae 3f3524a447 nixos/autosuspend: init at version 4.3.0
`autosuspend` is a daemon that periodically runs user-defined checks to
verify whether the system should be suspended.  It's already available
in nixpkgs.  This adds a NixOS module which starts the daemon as a
systemd service.

Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>
2023-01-22 17:25:01 +01:00
Xavier Lambeinandpennae 31833f54a7 maintainers: add xlambein 2023-01-22 17:25:01 +01:00
Fabian Affolter 551e069fbe python310Packages.appthreat-vulnerability-db: 4.3.0 -> 4.3.1
Diff: https://github.com/AppThreat/vulnerability-db/compare/refs/tags/v4.3.0...v4.3.1

Changelog: https://github.com/AppThreat/vulnerability-db/releases/tag/v4.3.1
2023-01-22 17:23:18 +01:00
Michael WeissandGitHub 9d630130f8 Merge pull request #212110 from budimanjojo/patch-1
wlroots_0_16: 0.16.0 -> 0.16.1
2023-01-22 17:21:54 +01:00
Fabian Affolter 265d6b7784 gitleaks: 8.15.2 -> 8.15.3
Diff: https://github.com/zricethezav/gitleaks/compare/v8.15.2...v8.15.3

Changelog: https://github.com/zricethezav/gitleaks/releases/tag/v8.15.3
2023-01-22 17:16:35 +01:00
pennaeandpennae ad8d5cf731 nixos/manual: clarify mk{Enable,Package}Option MD usage
the examples were incorrect, but not catastrophically. running a docs
build would've issued a warning with the correct instructions.
2023-01-22 17:08:40 +01:00
pennaeandpennae df09c21fb2 nixos/documentation: deprecate docbook option docs
following the plan in https://github.com/NixOS/nixpkgs/pull/189318#discussion_r961764451

also adds an activation script to print the warning during activation
instead of during build, otherwise folks using the new CLI that hides
build logs by default might never see the warning.
2023-01-22 17:08:40 +01:00
Fabian Affolter 630b4c3a38 python310Packages.aiojobs: fix build
- add changelog to meta
2023-01-22 17:06:59 +01:00
Mario RodasandGitHub 45a5c01a26 Merge pull request #212114 from marsam/update-ytarchive
ytarchive: 2022-05-28 -> 0.3.2
2023-01-22 10:50:30 -05:00
Mario RodasandGitHub 84c765c8bc Merge pull request #210925 from 0x4A6F/master-blflash
blflash: 0.3.3 -> 0.3.5
2023-01-22 10:49:50 -05:00
Mario RodasandGitHub 500fe45827 Merge pull request #212109 from marsam/update-twspace-dl
twspace-dl: 2022.6.6.1 -> 2023.1.22.1
2023-01-22 10:49:03 -05:00
Mario RodasandGitHub b9f3996740 Merge pull request #210932 from r-ryantm/auto-update/uhk-agent
uhk-agent: 1.5.17 -> 2.1.1
2023-01-22 10:47:56 -05:00
Mario RodasandGitHub ba85795743 Merge pull request #211047 from matthiasbeyer/update-cargo-llvm-cov
cargo-llvm-cov: 0.5.8 -> 0.5.9
2023-01-22 10:46:38 -05:00
Mario RodasandGitHub 5ce644b084 Merge pull request #211017 from r-ryantm/auto-update/iosevka-bin
iosevka-bin: 17.0.2 -> 17.0.4
2023-01-22 10:46:16 -05:00
Mario RodasandGitHub ed33e85949 Merge pull request #211011 from r-ryantm/auto-update/typos
typos: 1.13.6 -> 1.13.7
2023-01-22 10:45:50 -05:00