feat(nix): add rrv.sh module and enable for server

This commit is contained in:
Mohammad Rafiq 2025-07-09 03:50:34 +08:00
parent c026887236
commit 2710c71820
No known key found for this signature in database
4 changed files with 51 additions and 0 deletions

View file

@ -102,6 +102,11 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "dedupe_flake-utils";
};
# my website :)
rrv-sh = {
url = "github:rrvsh/rrv.sh";
inputs.nixpkgs.follows = "nixpkgs";
};
### DEDUPE ###