mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-31 10:34:19 -05:00
clean up some instances of with scopes
This commit is contained in:
parent
e494d77078
commit
1bcb51b487
8 changed files with 73 additions and 52 deletions
|
|
@ -7,18 +7,20 @@
|
|||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
metasploit
|
||||
exploitdb
|
||||
termshark
|
||||
nmap
|
||||
dirstalk
|
||||
hashcat
|
||||
trufflehog
|
||||
python313
|
||||
python313Packages.pyftdi
|
||||
flashrom
|
||||
sigrok-cli
|
||||
pulseview
|
||||
];
|
||||
environment.systemPackages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
metasploit
|
||||
exploitdb
|
||||
termshark
|
||||
nmap
|
||||
dirstalk
|
||||
hashcat
|
||||
trufflehog
|
||||
python313
|
||||
flashrom
|
||||
sigrok-cli
|
||||
pulseview
|
||||
;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue