about summary refs log tree commit diff
path: root/.envrc
diff options
context:
space:
mode:
Diffstat (limited to '.envrc')
-rw-r--r--.envrc13
1 files changed, 5 insertions, 8 deletions
diff --git a/.envrc b/.envrc
index 23adf2d29d3f..162f060fc4ab 100644
--- a/.envrc
+++ b/.envrc
@@ -1,8 +1,5 @@
-export BRIEFCASE="$(realpath .)"
-# I'm ensuring that $NIX_PATH is mostly empty, so that I only depend on
-# <briefcase> for now.
-# For more information on the NIX_PATH anti-pattern, see here:
-# https://nix.dev/tutorials/towards-reproducibility-pinning-nixpkgs.html#pinning-nixpkgs
-export NIX_PATH="briefcase=$BRIEFCASE";
-export DESKTOP="zeno.lon.corp.google.com";
-export LAPTOP="seneca";
+# Configure the local PATH to contain tools which are fetched ad-hoc
+# from Nix.
+
+export PATH="${PWD}/bin:${PATH}"
+export REPO_ROOT="${PWD}"