recipes.nix/modules/default.nix
Adithya Nair 9189465275
All checks were successful
Build and Push to Cachix / Push to Binary Cache (X86-64) (push) Successful in 4m18s
Build and Push to Cachix / Push to Binary Cache (aarch64) (push) Successful in 13m57s
add module for conduwuit
2024-11-24 22:43:40 +05:30

5 lines
46 B
Nix

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