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;
};
}

View file

@ -1,5 +1,4 @@
{
lib,
rustPlatform,
fetchFromGitHub,
pkg-config,
@ -8,7 +7,7 @@
libopus,
}:
# yt-dlp and ffmpeg required at runtime
rustPlatform.buildRustPackage rec {
rustPlatform.buildRustPackage {
pname = "parrot";
version = "1.5.1";
src = fetchFromGitHub {
@ -30,12 +29,4 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "sha256-qPyuj5OxHrWz0YbrquCTTKZM3j1poXuioNNvn9z+xDQ=";
RUSTC_BOOTSTRAP = 1;
meta = with lib; {
homepage = "https://github.com/aquelemiguel/parrot";
description = "";
license = licenses.mit;
maintainers = with maintainers; [];
platforms = platforms.linux;
};
}

View file

@ -26,12 +26,4 @@ in
echo "${wrapper}" > $out/bin/t-rex
chmod +x $out/bin/t-rex
'';
meta = with lib; {
homepage = "https://github.com/ISnortPennies/AFKCommands";
description = "";
license = licenses.unlicense;
maintainers = with maintainers; [];
platforms = platforms.linux;
};
}