mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
moved afk-cmds local
This commit is contained in:
parent
20b8b3c80d
commit
1caa58038d
16 changed files with 1649 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue