Unverified Commit 76f4ef68 authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files

Merge staging-next into staging

parents 4e803e96 6e70245d
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -3078,7 +3078,7 @@
  };
  bryanhonof = {
    name = "Bryan Honof";
    email = "bryanhonof@gmail.com";
    email = "bryanhonof+nixpkgs@gmail.com";
    github = "bryanhonof";
    githubId = 5932804;
  };
@@ -9936,6 +9936,12 @@
      { fingerprint = "816D 23F5 E672 EC58 7674  4A73 197F 9A63 2D13 9E30"; }
    ];
  };
  jmendyk = {
    email = "jakub@ndyk.me";
    github = "JMendyk";
    githubId = 9089004;
    name = "Jakub Mendyk";
  };
  jmettes = {
    email = "jonathan@jmettes.com";
    github = "jmettes";
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ In addition to 1119 new, 118 updated, and 476 removed options; 61 new modules we

- Services:

  - [services.ankisyncd.enable](options.html#opt-services.ankisyncd.enable) Anki sync server
  - `services.ankisyncd.enable` Anki sync server

  - [services.bazarr.enable](options.html#opt-services.bazarr.enable) Subtitle manager for Sonarr and Radarr

+1 −2
Original line number Diff line number Diff line
@@ -661,8 +661,7 @@ Make sure to also check the many updates in the [Nixpkgs library](#sec-release-2
  Cheese as the default camera application, and Photos will no longer be
  installed.

- The module [services.ankisyncd](#opt-services.ankisyncd.package) has been
  switched to
- The module `services.ankisyncd` has been switched to
  [anki-sync-server-rs](https://github.com/ankicommunity/anki-sync-server-rs).
  The former version written in Python was difficult to update, did not receive
  updates in a while, and did not support recent versions of Anki.
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ In addition to numerous new and upgraded packages, this release has the followin
<!-- Please keep entries alphabetically sorted. -->

- [Anki Sync Server](https://docs.ankiweb.net/sync-server.html), the official sync server built into recent versions of Anki. Available as [services.anki-sync-server](#opt-services.anki-sync-server.enable).
The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been marked deprecated and will be dropped after 24.05 due to lack of maintenance of the ankisyncd software.
The pre-existing `services.ankisyncd` has been marked deprecated and will be dropped after 24.05 due to lack of maintenance of the ankisyncd software.

- [ALVR](https://github.com/alvr-org/alvr), a VR desktop streamer. Available as [programs.alvr](#opt-programs.alvr.enable).

+2 −0
Original line number Diff line number Diff line
@@ -277,6 +277,8 @@

- Android NDK version 26 and SDK version 33 are now the default versions used for cross compilation to android.

- the `ankisyncd` package and its `services.ankisyncd` have been removed, use [`services.anki-sync-server`](#opt-services.anki-sync-server.enable) instead.

- `nodePackages.vscode-css-languageserver-bin`, `nodePackages.vscode-html-languageserver-bin`,
  and `nodePackages.vscode-json-languageserver-bin` were dropped due to an unmaintained upstream.
  The `vscode-langservers-extracted` package is a maintained drop-in replacement.
Loading