envoy: move to by-name

This commit is contained in:
Adam Stephens
2024-09-15 08:46:18 -04:00
parent 090dbc264f
commit 00e9c6bafc
5 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -24769,7 +24769,7 @@ with pkgs;
engelsystem = callPackage ../servers/web-apps/engelsystem { };
envoy = callPackage ../servers/http/envoy {
envoy = callPackage ../by-name/en/envoy/package.nix {
jdk = openjdk11_headless;
gn = gn1924;
};