update lockfile, cleanup & add vinegar

This commit is contained in:
xunuwu 2024-08-03 00:20:49 +02:00
parent 088b45ff45
commit 28462677e0
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
6 changed files with 50 additions and 57 deletions

View file

@ -31,17 +31,6 @@
message = "add cracked libbinaryninjacore.so.1 to the nix store with command \"nix-store --add-fixed sha256 libbinaryninjacore.so.1\"";
};
in
# (stdenv.mkDerivation {
# name = "binaryninja-crack";
# src = requireFile {
# name = "libbinaryninjacore.so.1";
# sha256 = "6bff56e25e55eb701f00ba294f8d5f0cd169d350412bcbfe4fea7a8feb1b3022";
# message = "add cracked libbinaryninjacore.so.1 to the nix store with command \"nix-store --add-fixed sha256 libbinaryninjacore.so.1\"";
# };
# installPhase = ''
# mv libbinaryninjacore.so.1 crack-libbinaryninjacore.so.1
# '';
# })
stdenv.mkDerivation {
name = "binaryninja-personal";