473604f5675c ^
8142149e2899 ^
a0c4b9195566 ^
1
2
3
4 5 6
7
{ depot, pkgs, ... }: depot.third_party.naersk.buildPackage { src = ./.; buildInputs = with pkgs; [ openssl postgresql.lib ]; nativeBuildInputs = [ pkgs.pkgconfig ]; }