renaming server_tools to system_tools

This commit is contained in:
Richie Cahill
2024-08-11 10:30:37 -04:00
parent db9c636678
commit d3d397f930
8 changed files with 42 additions and 190 deletions

View File

@ -29,11 +29,6 @@
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.05";
systems.url = "github:nix-systems/default";
arch_mirror = {
url = "github:RichieCahill/arch_mirror";
inputs.nixpkgs.follows = "nixpkgs";
};
attic = {
url = "github:zhaofengli/attic";
inputs = {
@ -109,8 +104,8 @@
};
};
server_tools = {
url = "github:RAD-Development/server_tools";
system_tools = {
url = "github:RAD-Development/system_tools";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";