recipes.nix/modules/default.nix
Adithya Nair 8e618b0d68
All checks were successful
Build and Push to Cachix / Push to Binary Cache (X86-64) (push) Successful in 4m24s
Build and Push to Cachix / Push to Binary Cache (aarch64) (push) Successful in 14m4s
add module for conduwuit
2024-11-24 23:17:05 +05:30

5 lines
46 B
Nix

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