mirror of
https://github.com/nix-community/disko
synced 2024-11-13 23:57:12 +00:00
options: make extraPostVM mergable.
This commit is contained in:
parent
3b2e19fe7c
commit
9938afb435
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue