about summary refs log tree commit diff
path: root/monzo_ynab/.envrc
diff options
context:
space:
mode:
Diffstat (limited to 'monzo_ynab/.envrc')
-rw-r--r--monzo_ynab/.envrc9
1 files changed, 1 insertions, 8 deletions
diff --git a/monzo_ynab/.envrc b/monzo_ynab/.envrc
index 16fd7e76a39c..14829cb12390 100644
--- a/monzo_ynab/.envrc
+++ b/monzo_ynab/.envrc
@@ -1,14 +1,7 @@
-# source_up traversing up directories until it finds the nearest .envrc file,
-# which it uses to extend the environment in this .envrc.
-#
-# Since ../.envrc calls `eval "$(lorri direnv)"`, the buildInputs and variables
-# definitions inside of the attribute set passed to pkgs.mkShell become
-# available here as well.
 source_up
 export monzo_client_id="$(pass show finance/monzo/client-id)"
 export monzo_client_secret="$(pass show finance/monzo/client-secret)"
-export store_path="$(pwd)"
 export ynab_personal_access_token="$(pass show finance/youneedabudget.com/personal-access-token)"
 export ynab_account_id="$(pass show finance/youneedabudget.com/personal-access-token)"
 export ynab_budget_id="$(pass show finance/youneedabudget.com/budget-id)"
-eval "$(lorri direnv)"
+export store_path="$(pwd)"