vars: fix defaultText

This commit is contained in:
Jörg Thalheim
2025-05-04 14:22:57 +02:00
parent e170cc2641
commit 51da7ed5e8

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 {