files/mutable-files: change postScript type to lines

Didn't realize you cannot merge strings.
This commit is contained in:
Gabriel Arazas 2023-12-23 18:44:06 +08:00
parent 6d2d1dc5af
commit e0bb3b2b59
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -101,7 +101,7 @@ let
}; };
postScript = lib.mkOption { postScript = lib.mkOption {
type = lib.types.str; type = lib.types.lines;
description = '' description = ''
A shell script fragment to be executed after the download. A shell script fragment to be executed after the download.
''; '';