with import {}; stdenv.mkDerivation { name = "env"; nativeBuildInputs = [ pkg-config postgresql_14 ]; buildInputs = [ cryptsetup protobuf ]; }