ides/lib/ides.nix
2025-02-07 15:12:17 +11:00

10 lines
68 B
Nix

{
...
}:
{
imports = [
./options.nix
./build.nix
];
}