mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-12-16 20:28:48 +00:00
6 lines
123 B
Nix
6 lines
123 B
Nix
{config, ...}: {
|
|
# Apply some useful module arguments.
|
|
_module.args = {
|
|
namespace = config.flake.namespace;
|
|
};
|
|
}
|