feat: Added cachix

This commit is contained in:
uttarayan21
2024-04-28 05:33:31 +05:30
parent fe00addf7c
commit 26e1ffd399
9 changed files with 323 additions and 79 deletions

5
server/default.nix Normal file
View File

@@ -0,0 +1,5 @@
{...}: {
imports = [
./cachix.nix
];
}