testing server_tools

This commit is contained in:
Richie Cahill
2024-07-06 23:11:33 -04:00
committed by Alice Huston
parent eb6fa95cd8
commit d6d39dd89c
2 changed files with 148 additions and 1 deletions

View File

@ -118,6 +118,11 @@
};
};
server_tools = {
url = "github:RAD-Development/server_tools";
inputs.nixpkgs.follows = "nixpkgs";
};
wired-notify = {
url = "github:Toqozz/wired-notify";
inputs = {