about summary refs log tree commit diff
path: root/modules/user
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2019-10-13 05:18:43 +0200
committeraszlig <aszlig@nix.build>2019-10-13 05:22:54 +0200
commit797aee16a75894cb8c92b1d67fdf35ebe5e3c388 (patch)
tree89f7813a2f06dee0f0bad23adf7837be5dc5968d /modules/user
parentc1dd391729b87a0697e0946c094fa517280707ce (diff)
profiles/workstation: Add wcc to packages
This is the "Witchcraft Compiler Collection", which is VERY useful for
reverse-engineering, especially when looking back at the work I've done
with game packaging here in Vuizvui, I would have needed something like
this a ton of times.

I've mainly used radare2 for dissecting the binaries, but especially the
"Witchcraft Shell" is quite useful to have.

Thanks to @Profpatsch for pointing this out to me.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/aszlig/profiles/workstation/packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/aszlig/profiles/workstation/packages.nix b/modules/user/aszlig/profiles/workstation/packages.nix
index 093e2bed..2b728319 100644
--- a/modules/user/aszlig/profiles/workstation/packages.nix
+++ b/modules/user/aszlig/profiles/workstation/packages.nix
@@ -77,6 +77,7 @@ pkgs: with pkgs; [
   vbindiff
   vorbisTools
   w3m
+  wcc
   wireshark
   xorg.xhost
   xpdf