mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-02-07 11:43: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;
|
|
};
|
|
}
|