+5
nixos/doc/manual/release-notes/rl-2405.section.md
+5
nixos/doc/manual/release-notes/rl-2405.section.md
···- The `mpich` package expression now requires `withPm` to be a list, e.g. `"hydra:gforker"` becomes `[ "hydra" "gforker" ]`.- YouTrack is bumped to 2023.3. The update is not performed automatically, it requires manual interaction. See the YouTrack section in the manual for details.
+2
-8
nixos/lib/systemd-unit-options.nix
+2
-8
nixos/lib/systemd-unit-options.nix
···-throw "The definitions for systemd unit options should be either all lists, representing repeatable options, or all non-lists, but for the option ${showOption loc}, the definitions are a mix of list and non-list ${lib.options.showDefs defs'}"
+2
pkgs/test/default.nix
+2
pkgs/test/default.nix
+5
pkgs/test/systemd/default.nix
+5
pkgs/test/systemd/default.nix
+37
pkgs/test/systemd/nixos/default.nix
+37
pkgs/test/systemd/nixos/default.nix
···+expr = (builtins.tryEval (nixos.config.systemd.services.systemd-test-nixos.serviceConfig.StateDirectory)).success;