mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 00:38:16 +03:00
also add nmap here
svn path=/nixpkgs/trunk/; revision=1238
This commit is contained in:
parent
2e2bcda7c2
commit
ae045f2569
@ -137,6 +137,10 @@ rec {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
nmap = (import ../tools/security/nmap) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
### SHELLS
|
||||
|
||||
bash = (import ../shells/bash) {
|
||||
|
Loading…
Reference in New Issue
Block a user