recipes.nix/modules/default.nix
Adithya Nair 11836e75bd
All checks were successful
Build and Push to Cachix / Push to Binary Cache (X86-64) (push) Successful in 4m10s
Build and Push to Cachix / Push to Binary Cache (aarch64) (push) Successful in 14m5s
add module for conduwuit
2024-11-24 18:40:35 +05:30

5 lines
46 B
Nix

_: {
imports = [
./conduwuit.nix
];
}