mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
files/mutable-files: change postScript
type to lines
Didn't realize you cannot merge strings.
This commit is contained in:
parent
6d2d1dc5af
commit
e0bb3b2b59
@ -101,7 +101,7 @@ let
|
||||
};
|
||||
|
||||
postScript = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
type = lib.types.lines;
|
||||
description = ''
|
||||
A shell script fragment to be executed after the download.
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user