repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git]
/
pkgs
/
servers
/
http
/
nginx
/
quic.nix
blob
ea5af571f11079ba178b15e9fe178b63b5100b42
1
{ callPackage
2
, nginxMainline
3
, ...
4
} @ args:
5
6
callPackage ./generic.nix args {
7
pname = "nginxQuic";
8
9
inherit (nginxMainline) src version;
10
11
configureFlags = [
12
"--with-http_v3_module"
13
];
14
}