nixos/stage-1: fix option path in message (#422130)

This commit is contained in:
Aleksana
2025-07-05 00:43:00 +08:00
committed by GitHub
+1 -1
View File
@@ -768,7 +768,7 @@ in
source: builtins.isPath source || (builtins.isString source && hasPrefix builtins.storeDir source)
) (attrValues config.boot.initrd.secrets);
message = ''
boot.loader.initrd.secrets values must be unquoted paths when
boot.initrd.secrets values must be unquoted paths when
using a bootloader that doesn't natively support initrd
secrets, e.g.: