mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +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;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nmap = (import ../tools/security/nmap) {
|
||||||
|
inherit fetchurl stdenv;
|
||||||
|
};
|
||||||
|
|
||||||
### SHELLS
|
### SHELLS
|
||||||
|
|
||||||
bash = (import ../shells/bash) {
|
bash = (import ../shells/bash) {
|
||||||
|
Loading…
Reference in New Issue
Block a user