Skip to content

Commit 97e305e

Browse files
jfrochesoedirgo
authored andcommitted
fix: nixos test running pg_regress for vault
Configure default `search_path` parameter for postgresql running in the nixos test environment.
1 parent 025c676 commit 97e305e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/ext/tests/vault.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ self.inputs.nixpkgs.lib.nixos.runTest {
8484
settings = {
8585
"shared_preload_libraries" = "${pname},pgsodium";
8686
"pgsodium.getkey_script" = vaultGetKey;
87+
"search_path" = "\"$user\", public, auth, extensions";
8788
"vault.getkey_script" = vaultGetKey;
8889
};
8990
};

0 commit comments

Comments
 (0)