From db02377418e30440ecef8e6cee479e97e1456bda Mon Sep 17 00:00:00 2001 From: K900 Date: Mon, 16 Feb 2026 13:28:45 +0300 Subject: [PATCH] nixos/boot/systemd: fix doc build --- nixos/modules/system/boot/systemd.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix index 9a187e86d76b..467a5d04516f 100644 --- a/nixos/modules/system/boot/systemd.nix +++ b/nixos/modules/system/boot/systemd.nix @@ -374,9 +374,7 @@ in generatorPath = mkOption { type = types.listOf types.package; default = [ ]; - example = [ - pkgs.hello - ]; + example = lib.literalExpression "[ pkgs.hello ]"; description = '' Packages added to the `PATH` environment variable of all systemd generators. '';