mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00: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 a new issue