Files
clan-core/clanServices/flake-module.nix
2025-04-21 16:10:05 +02:00

6 lines
58 B
Nix

{
imports = [
./hello-world/flake-module.nix
];
}