exports: rename special args

This commit is contained in:
Johannes Kirschbauer
2025-08-14 17:28:22 +02:00
parent d44b43a937
commit 116ff37156
3 changed files with 6 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ in
{ name, ... }:
{
_module.args._ctx = [ name ];
_module.args.exports' = config.exports;
_module.args.exports = config.exports;
_module.args.directory = directory;
}