1 2 3 4 5 6 7
{ depot, pkgs, ... }: depot.third_party.naersk.buildPackage { src = ./.; buildInputs = with pkgs; [ openssl postgresql.lib ]; nativeBuildInputs = [ pkgs.pkg-config ]; }