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
bun: 1.1.34 -> 1.1.38 (#360759)
[NixPkgs.git]
/
pkgs
/
servers
/
http
/
nginx
/
quic.nix
blob
a3db09f16bb8728cf40ece8839f8db49e344a8fa
1
{
2
callPackage,
3
nginxMainline,
4
...
5
}@args:
6
7
callPackage ./generic.nix args {
8
pname = "nginxQuic";
9
10
inherit (nginxMainline) src version;
11
12
configureFlags = [
13
"--with-http_v3_module"
14
];
15
}