vars: set persist to true if the script is empty
This commit is contained in:
@@ -285,7 +285,7 @@ in
|
||||
```
|
||||
'';
|
||||
type = bool;
|
||||
default = true;
|
||||
default = generator.config.script == "";
|
||||
};
|
||||
description = lib.mkOption {
|
||||
description = ''
|
||||
|
||||
Reference in New Issue
Block a user