mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
feat(submodule): set default version to 1.0.0
This commit is contained in:
parent
e240491ad6
commit
937ce15748
1 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,7 @@ let
|
||||||
version = mkOption {
|
version = mkOption {
|
||||||
description = "Module version";
|
description = "Module version";
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = null;
|
default = "1.0.0";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru = mkOption {
|
passthru = mkOption {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue