mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat(katwine): more work
This commit is contained in:
parent
9f4d7a5ade
commit
433d6435e2
28 changed files with 453 additions and 297 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue