moar packages

This commit is contained in:
xfnw 2021-05-27 19:08:05 +00:00
parent cc7bffc308
commit e12a19abf5
2 changed files with 3 additions and 29 deletions

View file

@ -74,8 +74,8 @@ TE5AAAAIDBUk5IjB3+trnVO6pncivFbOetUL8BPTl3CwAtk4532 xfnw@raven" ];
# disk analysis
testdisk squashfs-tools-ng ddrescue volatility
stegseek apktool adbfs-rootless ursadb android-udev-rules
valgrind dos2unix file exiftool foremost pngcheck steghide
docker
valgrind dos2unix file exiftool foremost pngcheck
docker xcd
# exploit
doona metasploit twa wifite2 burpsuite wpscan wfuzz
@ -99,7 +99,7 @@ TE5AAAAIDBUk5IjB3+trnVO6pncivFbOetUL8BPTl3CwAtk4532 xfnw@raven" ];
python3Packages.binwalk
# disclosure
cherrytree (callPackage ./pkgs/catgirl.nix { })
catgirl
];
environment.variables.GC_INITIAL_HEAP_SIZE = "1M";

View file

@ -1,26 +0,0 @@
{lib, stdenv, fetchurl, ncurses, libressl, man, pkg-config, ctags}:
stdenv.mkDerivation rec {
pname = "catgirl";
version = "1.6";
src = fetchurl {
url = "https://git.causal.agency/catgirl/snapshot/${pname}-${version}.tar.gz";
sha256 = "0shg02zidqqmvywqqsaazlgg9rd5lhhrvjx6n0lzmdfaawxywciv";
};
nativeBuildInputs = [ pkg-config ctags ];
buildInputs = [ ncurses libressl man ];
strictDeps = true;
meta = with lib; {
homepage = "https://git.causal.agency/catgirl/about/";
license = licenses.gpl3Plus;
description = "A TLS-only terminal IRC client";
platforms = platforms.unix;
maintainers = with maintainers; [ xfnw ];
};
}