vars: fix defaultText
This commit is contained in:
@@ -258,7 +258,7 @@ in
|
|||||||
defaultText = ''
|
defaultText = ''
|
||||||
builtins.path {
|
builtins.path {
|
||||||
name = "$${generator.config._module.args.name}_$${file.config._module.args.name}";
|
name = "$${generator.config._module.args.name}_$${file.config._module.args.name}";
|
||||||
path = file.config.inRepoPath;
|
path = file.config.flakePath;
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
default = builtins.path {
|
default = builtins.path {
|
||||||
|
|||||||
Reference in New Issue
Block a user