Compare commits

...

3 commits

Author SHA1 Message Date
e4a2952911
chore(c): Add MPI 2025-12-02 15:17:45 +01:00
b66877aac5
chore: Add .envrc 2025-12-02 15:17:26 +01:00
47dd1d9315
feat(kali): Add pkgs 2025-12-02 15:17:07 +01:00
4 changed files with 9 additions and 0 deletions

View file

@ -20,6 +20,7 @@
gcc
#gccStdenv
gnumake
mpi
# valgrind

0
kali/.envrc Normal file
View file

View file

@ -18,11 +18,19 @@
devShells.default = pkgs.mkShell {
packages = with pkgs; [
ghidra-bin
hash-identifier
john
ltrace
metasploit
nikto
nmap
smbclient-ng
strace
thc-hydra
(wordlists.override { lists = with pkgs; [
rockyou
]; })
steam-run
];

0
webdev/.envrc Normal file
View file