neovim update, deadnix code cleanup

This commit is contained in:
ISnortPennies 2023-02-07 22:55:32 -05:00
parent 73edf49559
commit 671344992f
10 changed files with 18 additions and 53 deletions

View file

@ -1,7 +1,6 @@
{
lib,
rustPlatform,
fetchFromGitHub,
wrapGAppsHook,
libX11,
libXScrnSaver,
@ -44,12 +43,4 @@ rustPlatform.buildRustPackage rec {
cp $src/afk-icon.png $out/share/icons/hicolor/256x256/apps/afk-icon.png
'';
cargoSha256 = "sha256-CPpFUdgb0zTZAVlv4uhJ0Y7eocCjuEZNgQJdNwV1FI4=";
meta = with lib; {
homepage = "https://github.com/ISnortPennies/AFKCommands";
description = "";
license = licenses.unlicense;
maintainers = with maintainers; [];
platforms = platforms.linux;
};
}