feat(katwine): more work

This commit is contained in:
Kat Inskip 2025-10-06 07:51:13 -07:00
parent 9f4d7a5ade
commit 433d6435e2
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
28 changed files with 453 additions and 297 deletions

View file

@ -1,17 +1,6 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
(callPackage ida-pro {
runfile = pkgs.requireFile {
name = "ida-pro_92_x64linux.run";
message = "Don't copy that floppy~!";
hash = "sha256-qt0PiulyuE+U8ql0g0q/FhnzvZM7O02CdfnFAAjQWuE=";
};
normalScript = pkgs.requireFile {
name = "ida-normalScript.py";
message = "Floppy; copied.";
hash = "sha256-8UWf1RKsRNWJ8CC6ceDeIOv4eY3ybxZ9tv5MCHx80NY=";
};
})
ida-pro-kat
android-studio
];
}