2020-03-27 11:47:41 +01:00
|
|
|
export BRIEFCASE="$(realpath ~/briefcase)"
|
|
|
|
export DEPOT="$(realpath ~/depot)"
|
|
|
|
export NIXPKGS="$(realpath ~/nixpkgs)"
|
2020-03-29 00:58:37 +01:00
|
|
|
export NIX_PATH="nixpkgs=${NIXPKGS}:unstable=$(realpath ~/nixpkgs-channels):depot=${DEPOT}:briefcase=${BRIEFCASE}";
|
2020-03-27 11:47:41 +01:00
|
|
|
export DESKTOP="zeno.lon.corp.google.com";
|
|
|
|
export LAPTOP="seneca";
|