commit a76535193e1f2d8fcc17615fd2ac509798862ef3
parent 7a994325570cc9be5ddc2f6503d0bd745bbcc3b3
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 5 Sep 2023 11:57:31 +0200
Try building the envoy contrib for pg
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/overlays/default.nix b/overlays/default.nix
@@ -24,6 +24,9 @@
'';
buildInputs = old.buildInputs ++ [ pkgs.postgresql ];
});
+ envoy = prev.envoy.overrideAttrs (old: {
+ bazelTargets = old.bazelTargets ++ [ "--//contrib/postgres_proxy/filters/network/source:config" ];
+ });
};
# When applied, the unstable nixpkgs set (declared in the flake inputs) will