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