mirror of
https://github.com/Mic92/sops-nix.git
synced 2024-12-14 11:57:52 +00:00
2ff6973350
In later versions of macOS (e.g. Ventura), the command used to get a runtime directory (e.g. `getconf DARWIN_USER_TEMP_DIR`) returns a trailing slash. When using a configuration like: ``` sops.defaultSecretsMountPoint = "%r/secrets.d"; ``` The final path is going to contain a double slash in the suffix of the path, an example: ``` /var/<random>/<hash>//secrets.d ``` This commit ensures that the runtime dir will get the trailing '/' character removed. |
||
---|---|---|
.. | ||
sops-import-keys-hook | ||
sops-init-gpg-key | ||
sops-install-secrets | ||
sops-pgp-hook | ||
cross-build.nix | ||
lint.nix | ||
sops-pgp-hook-test.nix | ||
unit-tests.nix |