Commit Graph

711807 Commits

Author SHA1 Message Date
Martin Weinelt
d31bf00e2b
nixos/frigate: stop enabling recommendedProxySettings globally
Closes: #320512
2024-11-22 17:59:35 +01:00
Martin Weinelt
b96c4a67b9
nixos/frigate: add support for Coral devices 2024-11-22 17:59:35 +01:00
Martin Weinelt
2b2a669741
nixos/coral: init
Provides a small wrapper to enable support for Coral USB and PCIe
devices.
2024-11-22 17:59:34 +01:00
Atemu
1fd02d90c6
heroic: fix cursor issues (#358010) 2024-11-22 17:56:28 +01:00
Bouke van der Bijl
8acb39b5a7
meshoptimizer: add bouk to maintainers 2024-11-22 17:54:39 +01:00
Bruno Bigras
d233eb8911 zed-editor: 0.162.3 -> 0.162.5 2024-11-22 11:53:45 -05:00
Maximilian Bosch
ab6c0b7355
phpExtensions.soap: re-add soap patch
Closes #358188

But only for 8.3 since there's no release with this patch included. On
PHP 8.4 it's already there.
Partial revert of 080b8f1f57.
2024-11-22 17:52:55 +01:00
K900
9461bfbeea
Kernel updates for 2024-11-22 (#358167) 2024-11-22 19:52:03 +03:00
Thomas Gerbet
46d6088267
rekor-cli: 1.3.6 -> 1.3.7 (#358062) 2024-11-22 17:41:41 +01:00
Tomodachi94
964bdaac30
lzfse: modernize derivation (#348766) 2024-11-22 08:18:54 -08:00
R. Ryantm
3b072fe4cd python312Packages.reptor: 0.23 -> 0.24 2024-11-22 16:15:59 +00:00
Zhong Jianxin
6520fb92dc OWNERS: Add azuwis to .github/workflows 2024-11-23 00:08:17 +08:00
Martin Weinelt
aa0a26280d
libedgetpu: use dedicated coral group 2024-11-22 17:05:53 +01:00
Martin Weinelt
b9dec6d59f
nixos/test-driver: apply ruff check suggestions (#358150) 2024-11-22 17:02:27 +01:00
Maximilian Bosch
2995b3825e
nixos/pgbouncer: rework RFC42 integration
Commit bfb9d1825d added RFC42 support
which is a good thing in general, but this implementation has the
following flaws:

* `services.pgbouncer.logFile` was not renamed to `[...].log_file`, but
  to `[...].logfile`. Also the use of `mkRenamedOptionModule` is
  inappropriate here because the two options are not equivalent: the old
  option took a path relative to the home directory, the new an absolute
  path.

* Using `mkRenamedOptionModule` with options that don't exist (but are
  keys in a freeform attr-set or an `attrsOf X`), you get the following
  error when referencing an option you didn't declare:

    error: evaluation aborted with the following error message: 'Renaming error: option `services.pgbouncer.settings.pgbouncer.listen_port' does not exist.'

  This error is pretty bad because it's not actionable for an end-user of
  the module. A possible use-case is doing

    networking.firewall.allowedTCPPorts = [ config.services.pgbouncer.listenPort ];

  without specifying a custom listen port. This is an example of why you
  want to keep options, they already contain defaults and you can re-use
  those defaults in other parts of your system configuration.

  I decided to re-add a bunch of options where I figured that it's
  either useful to be able to address those in the NixOS configuration
  or having documentation directly in the options' reference in the
  NixOS manual.

  I didn't add all options, I'll leave that to the maintainers of
  pgbouncer.
2024-11-22 17:01:36 +01:00
Nick Cao
172a35f8ce
nixos/test-driver: target python 3.12 2024-11-22 10:49:32 -05:00
Nick Cao
5b5f018586
ruff: add nixosTests.nixos-test-driver.busybox to passthru.tests 2024-11-22 10:49:31 -05:00
Nick Cao
e23f1733c6
nixos/test-driver: use ruff format in place of black 2024-11-22 10:49:31 -05:00
Nick Cao
ef2d3c542a
nixos/test-driver: modernize 2024-11-22 10:49:31 -05:00
Nick Cao
42d4046e94
nixos/test-driver: format with nixfmt 2024-11-22 10:49:30 -05:00
Nick Cao
b25360a7e5
nixos/test-driver: apply ruff check suggestions 2024-11-22 10:49:30 -05:00
Florian
9069a281a7
python312Packages.cffsubr: reset meta.broken (#358144) 2024-11-22 16:30:41 +01:00
K900
2f84e7307d linux_6_1: 6.1.118 -> 6.1.119 2024-11-22 18:25:38 +03:00
K900
0bbb393726 linux_6_6: 6.6.62 -> 6.6.63 2024-11-22 18:25:33 +03:00
K900
5c617efdc8 linux_6_11: 6.11.9 -> 6.11.10 2024-11-22 18:25:30 +03:00
K900
2f9f2895cf linux_6_12: 6.12 -> 6.12.1 2024-11-22 18:25:24 +03:00
Zhong Jianxin
e4c8127a4f moonlight-qt: fix build on x86_64-darwin
error: no member named 'aligned_alloc' in the global namespace
2024-11-22 23:24:12 +08:00
Maximilian Bosch
f58a54e64a
Merge: lnav: 0.12.2 -> 0.12.3 (#358117) 2024-11-22 16:12:25 +01:00
Maximilian Bosch
01d2807d89
Merge: nixos/postgresql: update docs with extraPlugins to extensions rename (#358159) 2024-11-22 16:01:51 +01:00
Maximilian Bosch
f3110c93dc
Merge: cargo-pgrx: drop obsolete versions (#357670) 2024-11-22 16:00:55 +01:00
R. Ryantm
395f2e3031 mediawriter: 5.1.90 -> 5.2.0 2024-11-22 14:58:04 +00:00
Aleksana
17b91ea652
remnote: 1.16.127 -> 1.17.21 (#357959) 2024-11-22 22:55:10 +08:00
Aleksana
e09d531013
tsukimi: 0.16.9 -> 0.17.3 (#357894) 2024-11-22 22:48:52 +08:00
Sandro
3156de49ba
nixos/postgresql: update docs with extraPlugins to extensions rename 2024-11-22 15:48:08 +01:00
Aleksana
2daa4abaf9
algia: init at 0.0.74 (#324971) 2024-11-22 22:31:57 +08:00
Aleksana
4cf5dc8ecf
wgnlpy: init at 0.1.5 (#281134) 2024-11-22 22:30:36 +08:00
André Silva
695022dedc
ferdium: 6.7.7 -> 7.0.0 (#357526) 2024-11-22 14:18:19 +00:00
R. Ryantm
8171d5b3a6 television: 0.5.0 -> 0.5.1 2024-11-22 14:12:07 +00:00
DontEatOreo
fb9d2d5f7d
warp-terminal: 0.2024.11.12.08.02.stable_02 -> 0.2024.11.19.08.02.stable_01
Changelog: https://docs.warp.dev/getting-started/changelog#id-2024.11.21-v0.2024.11.19.08.02
2024-11-22 14:07:37 +00:00
Jörg Thalheim
323b64d759
add actionlint script and fix linting errors (#358087) 2024-11-22 15:07:24 +01:00
Martin Weinelt
2b1d10717f
python312Packages.apsystems-ez1: 2.3.0 -> 2.4.0 (#358129) 2024-11-22 14:59:49 +01:00
Martin Weinelt
398c3278bc
python312Packages.reolink-aio: 0.11.1 -> 0.11.2 (#358094) 2024-11-22 14:59:05 +01:00
Nick Cao
6b30f65176
soplex: 7.1.1 -> 712 (#357936) 2024-11-22 08:53:12 -05:00
Nick Cao
0da0c943be
supermariowar: 2023-unstable-2024-09-21 -> 2023-unstable-2024-10-17 (#357948) 2024-11-22 08:52:29 -05:00
Nick Cao
d84c2c8a1f
antimatter-dimensions: 0-unstable-2024-08-12 -> 0-unstable-2024-10-16 (#357958) 2024-11-22 08:51:23 -05:00
Nick Cao
948fbac0d3
python312Packages.cftime: 1.6.4 -> 1.6.4.post1 (#357996) 2024-11-22 08:50:53 -05:00
Kenichi Kamiya
ee2d6d1ea4
nix-init: remove unnecessary darwin sdk
nix-init: remove outdated input

Co-authored-by: uncenter <47499684+uncenter@users.noreply.github.com>
2024-11-22 22:49:45 +09:00
Kenichi Kamiya
26cea2436d
nix-init: add passthru.tests.version 2024-11-22 22:49:45 +09:00
Kenichi Kamiya
b128929035
nix-init: format with nixfmt-rfc-style 2024-11-22 22:49:44 +09:00
Nick Cao
0767ddbcf5
gh-i: 0.0.8 -> 0.0.10 (#358037) 2024-11-22 08:49:21 -05:00