3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

349528 commits

Author SHA1 Message Date
R. Ryantm 4439f916da python310Packages.pycm: 3.3 -> 3.4 2022-01-27 04:33:24 +00:00
Bobby Rong aa6245a64e
Merge pull request #156887 from r-ryantm/auto-update/zprint
zprint: 1.2.0 -> 1.2.1
2022-01-27 12:31:15 +08:00
Bobby Rong 943e69118e
Merge pull request #156924 from r-ryantm/auto-update/sssd
sssd: 2.6.2 -> 2.6.3
2022-01-27 12:27:17 +08:00
Bobby Rong 7cc38c7dae
Merge pull request #156627 from superherointj/package-fluxcd-0.25.3
fluxcd: 0.24.1 -> 0.25.3
2022-01-27 12:13:45 +08:00
Bobby Rong 784509f662
Merge pull request #156453 from r-ryantm/auto-update/dua
dua: 2.16.0 -> 2.17.0
2022-01-27 11:30:33 +08:00
Dmitry Kalinkin 55888a24cf
tbb: fix pcTemplate url 2022-01-26 22:30:01 -05:00
olegkapitonov ae5361fa1b
fix MTP support on KDE Plasma and Dolphin (#155405)
* fix MTP support on KDE Plasma and Dolphin

* Update pkgs/applications/kde/kio-extras.nix

Co-authored-by: ElXreno <elxreno@gmail.com>

Co-authored-by: Peter Hoeg <peter@hoeg.com>
Co-authored-by: ElXreno <elxreno@gmail.com>
2022-01-27 11:29:32 +08:00
Bobby Rong cdc93e847d
Merge pull request #156886 from DeeUnderscore/update/streamlink-3.1.1
streamlink: 3.1.0 -> 3.1.1
2022-01-27 11:19:43 +08:00
Thiago Kenji Okada 6f92939f27
Merge pull request #156918 from ericdallo/bump-graalvm
graalvm11-ce: 21.3.0 -> 22.0.0.2
2022-01-26 23:44:29 -03:00
Bobby Rong 8b7373102c
Merge pull request #156868 from zhaofengli/colmena-0.2.1
colmena: 0.2.0 -> 0.2.1
2022-01-27 10:38:46 +08:00
polykernel 4a9d9928dc nixos/nix-daemon: use structural settings
The `nix.*` options, apart from options for setting up the
daemon itself, currently provide a lot of setting mappings
for the Nix daemon configuration. The scope of the mapping yields
convience, but the line where an option is considered essential
is blurry. For instance, the `extra-sandbox-paths` mapping is
provided without its primary consumer, and the corresponding
`sandbox-paths` option is also not mapped.

The current system increases the maintenance burden as maintainers have to
closely follow upstream changes. In this case, there are two state versions
of Nix which have to be maintained collectively, with different options
avaliable.

This commit aims to following the standard outlined in RFC 42[1] to
implement a structural setting pattern. The Nix configuration is encoded
at its core as key-value pairs which maps nicely to attribute sets, making
it feasible to express in the Nix language itself. Some existing options are
kept such as `buildMachines` and `registry` which present a simplified interface
to managing the respective settings. The interface is exposed as `nix.settings`.

Legacy configurations are mapped to their corresponding options under `nix.settings`
for backwards compatibility.

Various options settings in other nixos modules and relevant tests have been
updated to use structural setting for consistency.

The generation and validation of the configration file has been modified to
use `writeTextFile` instead of `runCommand` for clarity. Note that validation
is now mandatory as strict checking of options has been pushed down to the
derivation level due to freeformType consuming unmatched options. Furthermore,
validation can not occur when cross-compiling due to current limitations.

A new option `publicHostKey` was added to the `buildMachines`
submodule corresponding to the base64 encoded public host key settings
exposed in the builder syntax. The build machine generation was subsequently
rewritten to use `concatStringsSep` for better performance by grouping
concatenations.

[1] - https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md
2022-01-26 21:04:50 -05:00
Eric Dallo a362925794
graalvm11-ce: 21.3.0 -> 22.0.0.2
graalvm17-ce: 21.3.0 -> 22.0.0.2
2022-01-26 22:59:44 -03:00
R. Ryantm 534dee7daf stripe-cli: 1.7.9 -> 1.7.10 2022-01-27 01:44:56 +00:00
Travis A. Everett 234b4a1534
resholve: work around nixpkgs aarch64-darwin issues (#155251)
- add an oil-dev patch to work around build failure documented in
  https://github.com/NixOS/nixpkgs/issues/154203
- override configargparse to disable tests and work around failure
  reported in https://github.com/NixOS/nixpkgs/issues/156807
2022-01-27 10:37:34 +09:00
R. Ryantm dd6e6b0fcb symfony-cli: 5.2.1 -> 5.2.2 2022-01-27 01:35:44 +00:00
Bernardo Meurer 0dc1b51aab
Merge pull request #156925 from samuela/upkeep-bot/spotify-unwrapped-1.1.77.643.g3c4c6fc6-1643242180
spotify-unwrapped: 1.1.72.439.gc253025e -> 1.1.77.643.g3c4c6fc6
2022-01-26 17:25:10 -08:00
R. Ryantm d1df218cad soapyhackrf: 0.3.3 -> 0.3.4 2022-01-27 00:51:15 +00:00
nixpkgs-upkeep-bot 50abbca9af spotify-unwrapped: 1.1.72.439.gc253025e -> 1.1.77.643.g3c4c6fc6 2022-01-27 00:09:40 +00:00
R. Ryantm 2d67084243 sssd: 2.6.2 -> 2.6.3 2022-01-27 00:04:01 +00:00
Patrick Hilhorst 071dbeb56d
Merge pull request #156910 from NixOS/output-build-artefacts 2022-01-27 01:00:46 +01:00
R. Ryantm fbb5cf3d66 sentry-cli: 1.72.0 -> 1.72.1 2022-01-26 23:51:24 +00:00
Robert Schütz c765bf7aaf python3Packages.ocrmypdf: 13.2.0 -> 13.3.0
https://github.com/ocrmypdf/OCRmyPDF/blob/v13.3.0/docs/release_notes.rst
2022-01-26 23:09:35 +00:00
Fabian Affolter 6d28139e80
Merge pull request #155796 from austinbutler/entrypoint2-1
python3Packages.entrypoint2: 0.2.4 -> 1.0
2022-01-26 23:55:23 +01:00
Fabian Affolter e77a40f91e
Merge pull request #156515 from r-ryantm/auto-update/imath
imath: 3.1.3 -> 3.1.4
2022-01-26 23:51:08 +01:00
Fabian Affolter 6146415a4a
Merge pull request #156864 from r-ryantm/auto-update/python3.9-dask-ml
python39Packages.dask-ml: 2021.11.30 -> 2022.1.22
2022-01-26 23:45:58 +01:00
Fabian Affolter 0318b02efc
Merge pull request #156603 from mweinelt/esphome
esphome: 2022.1.1 -> 2022.1.2
2022-01-26 23:43:56 +01:00
Fabian Affolter e2187ff1f7
Merge pull request #156002 from r-ryantm/auto-update/volatility3
volatility3: 1.0.1 -> 2.0.0
2022-01-26 23:38:26 +01:00
ajs124 3638ca8be6
Merge pull request #156001 from helsinki-systems/upd/tulip
tulip: 5.2.1 -> 5.6.1
2022-01-26 23:33:44 +01:00
Martin Weinelt c34ea780d0
Merge pull request #156883 from helsinki-systems/fix/libvlc 2022-01-26 23:32:30 +01:00
Fabian Affolter 3cc8c9a5f5
Merge pull request #156569 from tyleroconnell/patch-1
urlwatch: add jq
2022-01-26 23:31:40 +01:00
Martin Weinelt b3b17c3885
Merge pull request #156787 from helsinki-systems/drop/racoon 2022-01-26 23:30:20 +01:00
ajs124 0f40c684c3
Merge pull request #156701 from mweinelt/xen
xen: mark unsupported versions as vulnerable
2022-01-26 23:26:55 +01:00
Fabian Affolter 4efa3cb6ff
Merge pull request #156583 from r-ryantm/auto-update/metal-cli
metal-cli: 0.7.0 -> 0.7.1
2022-01-26 23:19:16 +01:00
R. Ryantm 3742801f3f typos: 1.3.5 -> 1.3.7 2022-01-26 22:09:55 +00:00
Fabian Affolter f4f5cfb354
Merge pull request #156891 from dotlambda/pykrakenapi-0.2.4
python3Packages.pykrakenapi: 0.2.3 -> 0.2.4
2022-01-26 23:09:35 +01:00
Fabian Affolter fde8b1f5e1 python3Packages.chalice: relax attrs constraint 2022-01-26 22:56:45 +01:00
Fabian Affolter 5e9e68e5bb python3Packages.fakeredis: add patch to support redis<=4.1.0 2022-01-26 22:56:33 +01:00
Patrick Hilhorst 23c87e7991
nixos/testing-python: actually copy build artefacts
This broke in #156858.
2022-01-26 22:26:19 +01:00
Ruben Fonseca d1d974caea crun: 1.4.1 -> 1.4.2 2022-01-27 07:11:38 +10:00
Fabian Affolter 80402641a8
Merge pull request #156805 from r-ryantm/auto-update/python3.10-zha-quirks
python310Packages.zha-quirks: 0.0.65 -> 0.0.66
2022-01-26 22:06:19 +01:00
Fabian Affolter 176be2bf8a
Merge pull request #156780 from fabaff/bump-zeek
zeek: 4.1.1 -> 4.2.0
2022-01-26 22:04:54 +01:00
Fabian Affolter a930bc7f4b
Merge pull request #156777 from fabaff/bump-pubnub
python3Packages.pubnub: 5.5.0 -> 6.0.0
2022-01-26 22:04:42 +01:00
Fabian Affolter 3ef2493988
Merge pull request #156742 from fabaff/bump-regenmaschine
python3Packages.regenmaschine: 2021.10.0 -> 2022.01.0
2022-01-26 22:03:58 +01:00
Fabian Affolter bb74b7d3dc
Merge pull request #156744 from fabaff/bump-pydeconz
python3Packages.pydeconz: 85 -> 86
2022-01-26 22:03:44 +01:00
Fabian Affolter 34f5b57532
Merge pull request #156775 from fabaff/bump-rokuecp
python3Packages.rokuecp: 0.8.4 -> 0.11.0
2022-01-26 22:03:04 +01:00
Fabian Affolter 1329f64c1d
Merge pull request #156722 from fabaff/bump-aiogithubapi
python3Packages.aiogithubapi: 22.1.0 -> 22.1.2
2022-01-26 22:01:46 +01:00
ajs124 7eb3c0f557
Merge pull request #156875 from fiksn/hardened_linux_bump
linux: upgrade hardened kernel 5.x (CVE-2022-0185)
2022-01-26 21:13:55 +01:00
Martin Weinelt bcbeaa003b
Merge pull request #156205 from B4dM4n/nixos-tests-teeworlds 2022-01-26 21:13:37 +01:00
Ryan Mulligan 0cb7ed30a0
Merge pull request #156849 from r-ryantm/auto-update/openai
openai: 0.12.0 -> 0.13.0
2022-01-26 11:49:55 -08:00
Renaud 3095cedba1
Merge pull request #156889 from c0bw3b/fix/rng-tools
rng-tools: fix path to opensc-pkcs11 shared lib
2022-01-26 20:44:19 +01:00