Commit graph

869878 commits

Author SHA1 Message Date
Benjamin Staffin 7ad24fdbb1
kubelogin-oidc: 1.34.0 -> 1.34.1 (#447419) 2025-09-30 15:01:23 +00:00
dish 22688e8f64
maintainers: remove srxl (#447406) 2025-09-30 14:59:15 +00:00
teutat3s 7db933971b
pocket-casts: use electron_36
3eefe6e665
2025-09-30 16:58:48 +02:00
Benjamin Staffin 4059c03f7b
nixos/hddfancontrol: add package option (#446705) 2025-09-30 14:55:53 +00:00
nixpkgs-merge-bot[bot] ad9344d74b
amp-cli: 0.0.1758297686-ge5ccb5 -> 0.0.1759233723-gf92434 (#447490) 2025-09-30 14:52:22 +00:00
dish 0fa6e67b5d
kubernetes-helmPlugins.helm-dt: 0.4.8 -> 0.4.9 (#447348) 2025-09-30 14:51:20 +00:00
dish 4785d8e702
stats: 2.11.51 -> 2.11.54, add myself to maintainers (#445071) 2025-09-30 14:48:34 +00:00
dish deba4ae9bb
caido: 0.51.0 -> 0.52.0 (#447140) 2025-09-30 14:48:06 +00:00
dish ba268650d3
portfolio: 0.80.0 -> 0.80.2 (#446768) 2025-09-30 14:47:25 +00:00
dish dfe51b19e5
git-spice: 0.16.1 -> 0.18.0 (#447415) 2025-09-30 14:46:13 +00:00
dish 3c9c17cfcd
tuist: 4.53.4 -> 4.79.7 (#439146) 2025-09-30 14:46:06 +00:00
dish 52f1760dda
memos: 0.25.0 -> 0.25.1 (#444776) 2025-09-30 14:45:53 +00:00
dish 019ad49a9b
scopehal-apps: 0-unstable-2024-09-16 -> 0.1 (#446585) 2025-09-30 14:45:47 +00:00
dish 528e48fd88
bolt-launcher: fix notifications (#447213) 2025-09-30 14:45:35 +00:00
dish 496a0986b7
authentik: 2025.8.3 -> 2025.8.4 (#447455) 2025-09-30 14:44:42 +00:00
dish 931d770ceb
unison-ucm: 0.5.48 -> 0.5.49 (#446153) 2025-09-30 14:44:10 +00:00
dish 6963e1fdd9
terragrunt: 0.86.3 -> 0.88.1 (#447468) 2025-09-30 14:44:05 +00:00
dish 21b26b3e81
wechat: 4.0.1.11 -> 4.1.0.10 for {aarch64,x86_64}-linux (#447465) 2025-09-30 14:44:00 +00:00
dish e5bdb759bd
nest: 3.8 -> 3.9 (#446046) 2025-09-30 14:43:30 +00:00
dish 495dc9a898
phpPackages.php-codesniffer: 3.13.2 -> 4.0.0 (#440844) 2025-09-30 14:42:25 +00:00
dish cbe27b0a23
kddockwidgets: 2.2.5 -> 2.3.0 (#446757) 2025-09-30 14:42:15 +00:00
dish ad8ec29ba2
prometheus-mysqld-exporter: 0.17.2 -> 0.18.0 (#447176) 2025-09-30 14:41:53 +00:00
dish de099e2be4
roon-server: 2.54.1554 -> 2.55.1559 (#446617) 2025-09-30 14:41:43 +00:00
dish 4d7c366b70
python3Packages.groq: 0.31.1 -> 0.32.0 (#446848) 2025-09-30 14:41:37 +00:00
dish f799164578
k3s_1_31: 1.31.12+k3s1 -> 1.31.13+k3s1 (#446781) 2025-09-30 14:41:20 +00:00
dish ce7a2d26db
tektoncd-cli-pac: 0.37.0 -> 0.38.0 (#447256) 2025-09-30 14:41:14 +00:00
dish 1fb71f3d81
basedpyright: 1.31.4 -> 1.31.5 (#447322) 2025-09-30 14:41:05 +00:00
dish 0a59a54143
buildah-unwrapped: 1.41.4 -> 1.41.5 (#447304) 2025-09-30 14:40:57 +00:00
dish e5bf07e24e
lianad: 12.0 -> 13.0 (#447289) 2025-09-30 14:40:42 +00:00
dish 8bc37461d8
k3s: 1.33.4+k3s1 -> 1.33.5+k3s1 (#447102) 2025-09-30 14:40:20 +00:00
dish 11781aa6af
nexusmods-app: 0.16.4 -> 0.17.2 (#444233) 2025-09-30 14:40:14 +00:00
dish f4770b33d0
k3s_1_32: 1.32.8+k3s1 -> 1.32.9+k3s1 (#445886) 2025-09-30 14:40:02 +00:00
beviu 895946798f
Revert "switch-to-configuration-ng: wait for NameOwnerChanged after systemd Reexecute"
This reverts commit 67b8817f26.

That commit introduces a new error when:
- switch-to-configuration-ng spawns the "per-user"
  switch-to-configuration-ng (the one that does do_user_switch).
- That "per-user" switch-to-configuration-ng instance connects to the
  D-Bus session bus, but the bus is not up yet.
- The D-Bus session bus is configured to use systemd socket activation
  and is currently being started by the systemd user manager.
- The D-Bus session bus finishes starting. At this point, only
  switch-to-configuration-ng is connected to it. Systemd is not
  connected yet because it waits for a ready notification from the D-Bus
  session bus.
- switch-to-configuration-ng starts listening for a NameOwnerChanged
  signal with the org.freedesktop.systemd1 bus name.
- Systemd is notified that the D-Bus session bus is ready, so it
  connects to it and acquires the name org.freedesktop.systemd1, which
  triggers the NameOwnerChanged signal that we listen to.
- switch-to-configuration-ng marks systemd as reexecuted, but it's _not
  started reexecuting yet_.
- Then switch-to-configuration-ng tells systemd to reexecute.
- The loop waiting for systemd to reexecute [1] is never entered.
- switch-to-configuration-ng asks systemd to restart a unit but that
  fails because systemd is reexecuting and the method call is sent to
  the old deamon.

The idea with #442756 was to:
1. Remove the timeout for the Reexecute method call because it would
   fail in a non-obvious way when systemd took too much time to execute,
   and that could happen when there are many .mount units.
2. While we're at it, use the NameOwnerChanged signal to determine when
   systemd is done reexecuting before we proceed with the other systemd
   calls, instead of waiting for the Reexecute method call to error.

But in fact, it seems like 2. is not a good idea. Waiting for the
NameOwnerChanged signal has the disadvantage of not letting us know if
it is due to our Reexecute method call or someone else's, or even just
systemd that's just connected to the D-Bus in between as is the case
here.

It might still be a good idea to increase the timeout for the Reexecute
method call to fix the original error, but at least let's revert the PR.

[1]: ec481667d7/pkgs/by-name/sw/switch-to-configuration-ng/src/src/main.rs (L989)
2025-09-30 16:27:54 +02:00
John Ericson 941a243895
cygwin: add as a cross-compilation target, and get hello to build (#444470) 2025-09-30 14:16:25 +00:00
nixpkgs-merge-bot[bot] c6e575f2f1
dart-sass: 1.92.1 -> 1.93.2 (#447430) 2025-09-30 14:12:57 +00:00
superherointj 661aeee4fa vscode-extensions.vytautassurvila.csharp-ls: init at 0.0.27
https://marketplace.visualstudio.com/items?itemName=vytautassurvila.csharp-ls
2025-09-30 11:09:23 -03:00
René Neumann c3e4ac7e92 adminneo: 4.17.2 -> 5.1.1
Adminneo has redone the whole structure and removed any naming notion of
adminer. This includes now a different plugin mechanism, a new
configuration mechanism etc.

For this matter:
  * Removed support for individualizing plugins (this is better left for a module)
  * Removed support for themes (no longer exists in adminneo)
  * Removed the special index.php (a link is kept, though)
  * Installed all default plugins by default. This does not activate
    them.

Other changes:
  * Update homepage
  * Add myself as maintainer
2025-09-30 16:07:48 +02:00
René Neumann b513b2fae5 maintainers: add Necoro 2025-09-30 16:07:25 +02:00
Erik de Jong d8f53f3f2e libcec: enable build on darwin platform 2025-09-30 16:07:13 +02:00
R. Ryantm cc750698b3 amp-cli: 0.0.1758297686-ge5ccb5 -> 0.0.1759233723-gf92434 2025-09-30 13:55:26 +00:00
Felix Bargfeldt b6f6c61383
beanprice: 2.0.0 -> 2.1.0 (#444282) 2025-09-30 13:54:50 +00:00
nixpkgs-merge-bot[bot] ec5c5c748e
museum: 1.2.4 -> 1.2.8 (#447308) 2025-09-30 13:53:26 +00:00
Guy Chronister 5ca7c1b072 various: migrate rev to tag 2025-09-30 08:51:32 -05:00
Cobalt 6320c53574
nixos/hddfancontrol: add package option
Adds services.hddfancontrol.package to make the package used by the
module easier to configure
2025-09-30 15:46:09 +02:00
etwas 066f101c19
maintainers: add etwas 2025-09-30 15:45:42 +02:00
nixpkgs-merge-bot[bot] 173b1cac92
bitsnpicas: 2.1 -> 2.1.1 (#447454) 2025-09-30 13:33:03 +00:00
Martin Weinelt ce936a9043
solanum: 0-unstable-2025-09-11 -> 0-unstable-2025-09-20 (#447442) 2025-09-30 13:30:47 +00:00
Matt Sturgeon b15c68e400
nexusmods-app: 0.16.4 → 0.17.2
https://github.com/Nexus-Mods/NexusMods.App/releases/tag/v0.17.2
2025-09-30 14:29:26 +01:00
Wolfgang Walther ec481667d7
postgresqlPackages.omnigres: 0-unstable-2025-09-15 -> 0-unstable-2025-09-26 (#446730) 2025-09-30 13:18:35 +00:00
Fernando Rodrigues 53f44c81c9
nixos/pangolin: fix traefik error (#447242) 2025-09-30 13:16:25 +00:00