options: make extraPostVM mergable.

This commit is contained in:
qbisi 2024-10-14 18:28:11 +08:00 committed by mergify[bot]
parent 3b2e19fe7c
commit 9938afb435

View file

@ -57,7 +57,7 @@ in
};
extraPostVM = lib.mkOption {
type = lib.types.str;
type = lib.types.lines;
description = ''
extra shell code to execute once the disk image(s) have been succesfully created and moved to $out
'';