Commit Graph

711848 Commits

Author SHA1 Message Date
Gaétan Lepage
ad02ccaae2
zed-editor: 0.162.3 -> 0.162.5 (#358197) 2024-11-22 20:36:44 +01:00
R. Ryantm
1d1234babf libutp_3_4: 0-unstable-2023-11-14 -> 0-unstable-2024-11-16 2024-11-22 19:36:03 +00:00
tomberek
4beb2224c3
chez: 10.0.0 -> 10.1.0 (#356057) 2024-11-22 14:32:39 -05:00
tomberek
3719805988
just: 1.36.0 -> 1.37.0 (#358069) 2024-11-22 14:31:46 -05:00
R. Ryantm
8f01ef1424 python312Packages.app-model: 0.3.0 -> 0.3.1 2024-11-22 19:31:45 +00:00
Martin Weinelt
e63248fa89
python312Packages.homeassistant-stubs: 2024.11.2 -> 2024.11.3
https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.11.3
2024-11-22 20:31:09 +01:00
Martin Weinelt
1f32e11a18
home-assistant: 2024.11.2 -> 2024.11.3
https://github.com/home-assistant/core/releases/tag/2024.11.3
2024-11-22 20:31:08 +01:00
Jörg Thalheim
a65119508b
television: 0.5.0 -> 0.5.1 (#358151) 2024-11-22 20:19:11 +01:00
kirillrdy
2939d21427
kid3: 3.9.5 -> 3.9.6 (#357846) 2024-11-23 06:10:14 +11:00
nixpkgs-merge-bot[bot]
39a771d251
meshoptimizer: 0.21 -> 0.22 (#355560) 2024-11-22 19:09:29 +00:00
Sefa Eyeoglu
ecd6e1eed1
nixos/netbird: fix port conflict on metrics endpoint (#357105) 2024-11-22 20:03:23 +01:00
Maximilian Bosch
97ed6b4565
runInLinuxVM: fix for structured attrs
Closes #334705
Addresses #205690

The main issue was that the output variable (i.e. `$out` and friends)
didn't exist. I figured the easiest way to add those is to source
`stdenv` here. Given that we build another derivation in this builder,
it's pretty likely that `stdenv` gets pulled already, so I don't expect
a real overhead here.

Also, this mounts `/build` into the VM: this is required to make sure
`.attrs.json` & `.attrs.sh` are available. Dropped the mount of `xchg`
into `/tmp` now since it's also part of `/build`.
2024-11-22 20:02:22 +01:00
Jörg Thalheim
9d9c9b1bfd
OWNERS: Add azuwis to .github/workflows (#358165) 2024-11-22 19:45:26 +01:00
John Titor
b10effcf0f
scx.full: 1.0.5 -> 1.0.6
Co-authored-by: Gliczy <Gliczy@users.noreply.github.com>
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2024-11-23 00:08:17 +05:30
John Titor
6a0186a14d
scx.full: add passthru.updateScript
Co-authored-by: Gliczy <Gliczy@users.noreply.github.com>
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2024-11-23 00:06:28 +05:30
John Titor
b284c986f1
scx: refactor derivation
Remove individual rust sub packages,
as they were not working in the next version (v1.0.6) when built seperately
Rust sub-packages are now built as scx.rustscheds

Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2024-11-23 00:06:28 +05:30
Pol Dellaiera
49035161b9
font-awesome: 6.6.0 -> 6.7.1 (#357127) 2024-11-22 19:23:57 +01:00
Andreas Zweili
eeed5c04c9 dmarc-report-converter: add checkFlags to run the unittests 2024-11-22 19:16:38 +01:00
Andreas Zweili
4449484156 dmarc-report-converter: replace custom test with testers.testVersion 2024-11-22 19:16:38 +01:00
Andreas Zweili
eafc83d37d dmarc-report-converter: remove with statements 2024-11-22 19:16:38 +01:00
Andreas Zweili
86ad92070c dmarc-report-converter: format with nixfmt 2024-11-22 19:16:38 +01:00
Emily
811c0af5f5
dcgm: 3.3.5 -> 3.3.9; cudaPackages_10{,_0,_1,_2}: drop (#357655) 2024-11-22 18:00:03 +00:00
Masum Reza
7baa9f1e15
libdeltachat: use fetchCargoVendor (#357358) 2024-11-22 23:25:24 +05:30
Masum Reza
89b870bfb6
meshoptimizer: add bouk to maintainers (#358198) 2024-11-22 23:07:05 +05:30
Maximilian Bosch
ad79ca02ec
Merge: phpExtensions.soap: re-add soap patch (#358196) 2024-11-22 18:32:11 +01:00
Fabian Affolter
14ac480f28
python312Packages.strawberry-graphql: 0.243.1 -> 0.251.0 (#357872) 2024-11-22 18:19:30 +01:00
Martin Weinelt
591ebd39fb
frigate: patch path to birdseye graphic 2024-11-22 17:59:37 +01:00
Martin Weinelt
1c07d92099
nixos/frigate: allow configuring a libva driver
In my testing this helped steer VA-API towards the correct card and also
made it show GPU statistics in performance monitoring.
2024-11-22 17:59:37 +01:00
Martin Weinelt
7411b85629
nixos/frigate: allow GPU use for video acceleration
The `render` group is required to acces the graphic cards decoding,
encoding and transcoding capabilities.

It is required for using fancy `ffmpeg.hwaccel-args` values, like
`preset-vaapi`.
2024-11-22 17:59:36 +01:00
Martin Weinelt
2b56a916ca
nixos/frigate: use shellscript to clear frigate cache
Shell expansions apparently do not work correctly in systemd command
lines.

Co-Authored-By: Joshua Manchester <JManch@protonmail.com>
2024-11-22 17:59:36 +01:00
Martin Weinelt
a810c07ff2
nixos/frigate: inherit required functions from lib 2024-11-22 17:59:36 +01:00
Martin Weinelt
81001625a7
linuxPackages_latest.gasket: fix build with 6.12 2024-11-22 17:59:36 +01:00
Martin Weinelt
7e33e470df
nixos/frigate: provide ffmpeg-full for nvidia hw accel
Closes: #344114
2024-11-22 17:59:35 +01:00
Martin Weinelt
4abc3dfc28
frigate: provide the tflite audio model 2024-11-22 17:59:35 +01:00
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