about summary refs log tree commit diff
path: root/.envrc
blob: 76937ae6f4395a8b13bd7ab2d73027f78837c2e2 (plain) (blame)
1
2
3
4
5
6
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";