···28282929- [Draupnir](https://github.com/the-draupnir-project/draupnir), a Matrix moderation bot. Available as [services.draupnir](#opt-services.draupnir.enable).
30303131+- [postfix-tlspol](https://github.com/Zuplu/postfix-tlspol), MTA-STS and DANE resolver and TLS policy server for Postfix. Available as [services.postfix-tlspol](#opt-services.postfix-tlspol.enable).
3232+3133- [SuiteNumérique Docs](https://github.com/suitenumerique/docs), a collaborative note taking, wiki and documentation web platform and alternative to Notion or Outline. Available as [services.lasuite-docs](#opt-services.lasuite-docs.enable).
32343335[dwl](https://codeberg.org/dwl/dwl), a compact, hackable compositor for Wayland based on wlroots. Available as [programs.dwl](#opt-programs.dwl.enable).
+10-4
nixos/modules/misc/ids.nix
···66# https://github.com/NixOS/rfcs/blob/master/rfcs/0052-dynamic-ids.md
77#
88# Use of static ids is deprecated within NixOS. Dynamic allocation is
99-# required, barring special circumstacnes. Please check if the service
99+# required, barring special circumstances. Please check if the service
1010# is applicable for systemd's DynamicUser option and does not need a
1111-# uid/gid allocation at all. Systemd can also change ownership of
1212-# service directories using the RuntimeDirectory/StateDirectory
1313-# options.
1111+# uid/gid allocation at all. If DynamicUser is problematic consider
1212+# making a `isSystemUser=true` user with the uid and gid unset and let
1313+# NixOS pick dynamic persistent ids on activation. These IDs are persisted
1414+# locally on the host in the event that the user is removed and added back.
1515+# Systemd will also change ownership of service directories using the
1616+# RuntimeDirectory/StateDirectory options just in case a change happens.
1717+# It's only for special circumstances like for example the ids being hardcoded
1818+# in the application or the ids having to be consistent across multiple hosts
1919+# that configuring static ids in this file makes sense.
14201521{ lib, ... }:
1622
···99 running in development environment and try to serve assets from the
1010 source tree, which is not there once build completes.
1111 */
1212- version = "0.33.21";
1212+ version = "0.34.5";
13131414 src = fetchFromGitHub {
1515 owner = "tilt-dev";
1616 repo = "tilt";
1717- rev = "v${version}";
1818- hash = "sha256-3LFsTaz47QAIDGId/Tl3G7xP5b9gc25X+ZeMaVhXf8w=";
1717+ tag = "v${version}";
1818+ hash = "sha256-UCQN1DKscBOhta4Ok5ZeqAUQIqbn8G7aLIeYExCqg1o=";
1919 };
2020 };
2121
···6161 as well as the ability to integrate with other TAP-emitting test frameworks.
6262 It can also be used in the xUnit testing style.
6363 '';
6464- maintainers = with lib.maintainers; [ willibutz ];
6464+ maintainers = [ ];
6565 homepage = "https://pgtap.org";
6666 inherit (postgresql.meta) platforms;
6767 license = lib.licenses.mit;
-1
pkgs/tools/system/nvtop/build-nvtop.nix
···111111 license = licenses.gpl3Only;
112112 platforms = if apple then platforms.darwin else platforms.linux;
113113 maintainers = with maintainers; [
114114- willibutz
115114 gbtb
116115 anthonyroussel
117116 moni
···939939 javacard-devkit = throw "javacard-devkit was dropped due to having a dependency on the Oracle JDK, as well as being several years out-of-date."; # Added 2024-11-01
940940 jd-cli = throw "jd-cli has been removed due to upstream being unmaintained since 2019. Other Java decompilers in Nixpkgs include bytecode-viewer (GUI), cfr (CLI), and procyon (CLI)."; # Added 2024-10-30
941941 jd-gui = throw "jd-gui has been removed due to a dependency on the dead JCenter Bintray. Other Java decompilers in Nixpkgs include bytecode-viewer (GUI), cfr (CLI), and procyon (CLI)."; # Added 2024-10-30
942942+ jikespg = throw "'jikespg' has been removed due to of maintenance upstream."; # Added 2025-06-10
942943 jsawk = throw "'jsawk' has been removed because it is unmaintained upstream"; # Added 2028-08-07
943944944945 # Julia