{ system ? builtins.currentSystem, pkgs ? import ./pkgs.nix { inherit system; } }: let lib = pkgs.lib; shell = pkgs.mkShell { name = "portable-postgresql"; buildInputs = with pkgs; [ ppq_postgresql ]; }; in { inherit shell pkgs; }