4 lines
54 B
Nix
4 lines
54 B
Nix
|
{ ... }: {
|
||
|
config._module.args = { mods = ./.; };
|
||
|
}
|