6d046e1079
The primary motivation of this change was to allow third-party modules to be used with OpenResty, but it also results in a significant reduction of code duplication.
7 lines
154 B
Nix
7 lines
154 B
Nix
{ callPackage, ... } @ args:
|
|
|
|
callPackage ./generic.nix args {
|
|
version = "1.16.1";
|
|
sha256 = "0az3vf463b538ajvaq94hsz9ipmjgnamfj1jy0v5flfks5njl77i";
|
|
}
|