From 2016e03a23fc7f473aa02481ddbc7a93c5e24e78 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 5 Jan 2025 18:32:55 +0100 Subject: [PATCH] test stuff --- doc/development.md | 2 ++ pkgs/servers/sql/postgresql/generic.nix | 1 + 2 files changed, 3 insertions(+) diff --git a/doc/development.md b/doc/development.md index 0c092befca2457..e334e6932de6be 100644 --- a/doc/development.md +++ b/doc/development.md @@ -1,5 +1,7 @@ # Development of Nixpkgs {#part-development} +Hello + This section shows you how Nixpkgs is being developed and how you can interact with the contributors and the latest updates. If you are interested in contributing yourself, see [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md). diff --git a/pkgs/servers/sql/postgresql/generic.nix b/pkgs/servers/sql/postgresql/generic.nix index 6ef921211f7af3..2dd9067c63fb08 100644 --- a/pkgs/servers/sql/postgresql/generic.nix +++ b/pkgs/servers/sql/postgresql/generic.nix @@ -330,6 +330,7 @@ let moveToOutput "bin/ecpg" "$dev" moveToOutput "lib/pgxs" "$dev" + # Pretend pg_config is located in $out/bin to return correct paths, but # actually have it in -dev to avoid pulling in all other outputs. See the # pg_config.sh script's comments for details.