We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 025c676 commit 97e305eCopy full SHA for 97e305e
nix/ext/tests/vault.nix
@@ -84,6 +84,7 @@ self.inputs.nixpkgs.lib.nixos.runTest {
84
settings = {
85
"shared_preload_libraries" = "${pname},pgsodium";
86
"pgsodium.getkey_script" = vaultGetKey;
87
+ "search_path" = "\"$user\", public, auth, extensions";
88
"vault.getkey_script" = vaultGetKey;
89
};
90
0 commit comments