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