tvl-depot/.envrc

7 lines
260 B
Text
Raw Normal View History

export BRIEFCASE="$(realpath ~/briefcase)"
export DEPOT="$(realpath ~/depot)"
export NIXPKGS="$(realpath ~/nixpkgs)"
export NIX_PATH="nixpkgs=${NIXPKGS}:depot=${DEPOT}:briefcase=${BRIEFCASE}";
export DESKTOP="zeno.lon.corp.google.com";
export LAPTOP="seneca";