···2829- [Draupnir](https://github.com/the-draupnir-project/draupnir), a Matrix moderation bot. Available as [services.draupnir](#opt-services.draupnir.enable).
300031- [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).
3233[dwl](https://codeberg.org/dwl/dwl), a compact, hackable compositor for Wayland based on wlroots. Available as [programs.dwl](#opt-programs.dwl.enable).
···2829- [Draupnir](https://github.com/the-draupnir-project/draupnir), a Matrix moderation bot. Available as [services.draupnir](#opt-services.draupnir.enable).
3031+- [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).
32+33- [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).
3435[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
···6# https://github.com/NixOS/rfcs/blob/master/rfcs/0052-dynamic-ids.md
7#
8# Use of static ids is deprecated within NixOS. Dynamic allocation is
9-# required, barring special circumstacnes. Please check if the service
10# is applicable for systemd's DynamicUser option and does not need a
11-# uid/gid allocation at all. Systemd can also change ownership of
12-# service directories using the RuntimeDirectory/StateDirectory
13-# options.
0000001415{ lib, ... }:
16
···6# https://github.com/NixOS/rfcs/blob/master/rfcs/0052-dynamic-ids.md
7#
8# Use of static ids is deprecated within NixOS. Dynamic allocation is
9+# required, barring special circumstances. Please check if the service
10# is applicable for systemd's DynamicUser option and does not need a
11+# uid/gid allocation at all. If DynamicUser is problematic consider
12+# making a `isSystemUser=true` user with the uid and gid unset and let
13+# NixOS pick dynamic persistent ids on activation. These IDs are persisted
14+# locally on the host in the event that the user is removed and added back.
15+# Systemd will also change ownership of service directories using the
16+# RuntimeDirectory/StateDirectory options just in case a change happens.
17+# It's only for special circumstances like for example the ids being hardcoded
18+# in the application or the ids having to be consistent across multiple hosts
19+# that configuring static ids in this file makes sense.
2021{ lib, ... }:
22
···9 running in development environment and try to serve assets from the
10 source tree, which is not there once build completes.
11 */
12- version = "0.33.21";
1314 src = fetchFromGitHub {
15 owner = "tilt-dev";
16 repo = "tilt";
17- rev = "v${version}";
18- hash = "sha256-3LFsTaz47QAIDGId/Tl3G7xP5b9gc25X+ZeMaVhXf8w=";
19 };
20 };
21
···9 running in development environment and try to serve assets from the
10 source tree, which is not there once build completes.
11 */
12+ version = "0.34.5";
1314 src = fetchFromGitHub {
15 owner = "tilt-dev";
16 repo = "tilt";
17+ tag = "v${version}";
18+ hash = "sha256-UCQN1DKscBOhta4Ok5ZeqAUQIqbn8G7aLIeYExCqg1o=";
19 };
20 };
21
···29 mainProgram = "dnsmasq_exporter";
30 license = licenses.asl20;
31 maintainers = with maintainers; [
32- willibutz
33 globin
34 ];
35 # Broken on darwin for Go toolchain > 1.22, with error:
···29 mainProgram = "dnsmasq_exporter";
30 license = licenses.asl20;
31 maintainers = with maintainers; [
032 globin
33 ];
34 # Broken on darwin for Go toolchain > 1.22, with error:
···61 as well as the ability to integrate with other TAP-emitting test frameworks.
62 It can also be used in the xUnit testing style.
63 '';
64- maintainers = with lib.maintainers; [ willibutz ];
65 homepage = "https://pgtap.org";
66 inherit (postgresql.meta) platforms;
67 license = lib.licenses.mit;
···61 as well as the ability to integrate with other TAP-emitting test frameworks.
62 It can also be used in the xUnit testing style.
63 '';
64+ maintainers = [ ];
65 homepage = "https://pgtap.org";
66 inherit (postgresql.meta) platforms;
67 license = lib.licenses.mit;
-1
pkgs/tools/system/nvtop/build-nvtop.nix
···111 license = licenses.gpl3Only;
112 platforms = if apple then platforms.darwin else platforms.linux;
113 maintainers = with maintainers; [
114- willibutz
115 gbtb
116 anthonyroussel
117 moni
···111 license = licenses.gpl3Only;
112 platforms = if apple then platforms.darwin else platforms.linux;
113 maintainers = with maintainers; [
0114 gbtb
115 anthonyroussel
116 moni
···939 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
940 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
941 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
0942 jsawk = throw "'jsawk' has been removed because it is unmaintained upstream"; # Added 2028-08-07
943944 # Julia
···939 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
940 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
941 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
942+ jikespg = throw "'jikespg' has been removed due to of maintenance upstream."; # Added 2025-06-10
943 jsawk = throw "'jsawk' has been removed because it is unmaintained upstream"; # Added 2028-08-07
944945 # Julia