dots/modules/templates/bundle.nix
2025-10-22 01:22:05 +11:00

9 lines
69 B
Nix

{
util,
...
}:
{
imports = util.toImports ./features [
];
}