vars: fix defaultText

This commit is contained in:
Jörg Thalheim
2025-05-04 14:22:57 +02:00
parent 4ef664a496
commit f06296aa94

View File

@@ -258,7 +258,7 @@ in
defaultText = ''
builtins.path {
name = "$${generator.config._module.args.name}_$${file.config._module.args.name}";
path = file.config.inRepoPath;
path = file.config.flakePath;
}
'';
default = builtins.path {