3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

349789 commits

Author SHA1 Message Date
Bobby Rong 67f5d2963f
Merge pull request #156933 from r-ryantm/auto-update/symfony-cli
symfony-cli: 5.2.1 -> 5.2.2
2022-01-27 13:40:38 +08:00
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
R. Ryantm 471845e52a qownnotes: 22.1.9 -> 22.1.10.1 2022-01-27 04:21:44 +00: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
StephenWithPH c8033a0787
LAStools: 201003 -> 2.0.0 2022-01-26 18:56:15 -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
Martin Weinelt 7fdbbd0efc
firefox-bin: 96.0.2 -> 96.0.3 2022-01-27 03:17:01 +01:00
Martin Weinelt c06f1fe43e
firefox-esr-91: 91.5.0esr -> 91.5.1esr 2022-01-27 03:16:22 +01:00
Martin Weinelt c978d968e3
firefox: 96.0.2 -> 96.0.3 2022-01-27 03:15:47 +01:00
Bobby Rong c6fd5ab6a6
pantheon.elementary-capnet-assist: 2.4.0 -> 2.4.1 2022-01-27 10:12:19 +08:00
Bobby Rong 2739552590
pantheon.switchboard-plug-network: 2.4.1 -> 2.4.2 2022-01-27 10:10:51 +08:00
Bobby Rong 9fcaa4b33e
pantheon.xdg-desktop-portal-pantheon: 1.0.1 -> 1.1.0 2022-01-27 10:09:26 +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
R. Ryantm c446564d5d sympa: 6.2.66 -> 6.2.68 2022-01-27 00:41:34 +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
github-actions[bot] ded3155b66
Merge master into haskell-updates 2022-01-27 00:07:58 +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
Jonathan Ringer 47c82c04ae
update-python-libraries: use sri-hash 2022-01-26 15:10:22 -08: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
Daniel Olsen e5dfca887c hydrus: 470b -> 471 2022-01-26 23:11:45 +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