bcd7710be5
Adds a shell script that supports a subset of the 'pass' interface for compatibility with kontemplate, and wraps kontemplate in a script that places this version on the PATH. This makes it possible to use Cloud KMS encrypted secrets with kontemplate.
7 lines
228 B
Bash
7 lines
228 B
Bash
# Configure the local PATH to contain tools which are fetched ad-hoc
|
|
# from Nix.
|
|
|
|
export PATH="${PWD}/tools/bin:${PATH}"
|
|
export NIX_PATH="nixpkgs=${PWD}/default.nix"
|
|
export REPO_ROOT="${PWD}"
|
|
export SECRETS_DIR="${PWD}/secrets"
|