mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-01-31 08:13:06 +01:00
10 lines
129 B
Nix
10 lines
129 B
Nix
{
|
|
config,
|
|
...
|
|
}:
|
|
{
|
|
# Apply some useful module arguments.
|
|
_module.args = {
|
|
namespace = config.flake.namespace;
|
|
};
|
|
}
|