moved afk-cmds local

This commit is contained in:
ISnortPennies 2022-09-30 14:47:53 -04:00
parent 20b8b3c80d
commit 1caa58038d
16 changed files with 1649 additions and 6 deletions

View file

@ -17,12 +17,7 @@ rustPlatform.buildRustPackage rec {
pname = "afk-cmds";
version= "1.0.0";
src = fetchFromGitHub {
owner = "ISnortPennies";
repo = "afk-cmds";
rev = "b345d5a038a86c6ca31d3bd8800ac759da912a22";
sha256 = "sha256-yleq8bg3ZnilbYTNXRteBALiJ/fIXOxXxqf966OokqQ=";
};
src = ./afk-cmds;
buildInputs = [
libX11