2020-03-27 11:47:41 +01:00
|
|
|
export BRIEFCASE="$(realpath ~/briefcase)"
|
|
|
|
export DEPOT="$(realpath ~/depot)"
|
|
|
|
export NIXPKGS="$(realpath ~/nixpkgs)"
|
2020-07-02 15:39:08 +02:00
|
|
|
# I'm ensuring that $NIX_PATH is unset to avoid the anti-pattern of depending on
|
|
|
|
# <nixpkgs>, <briefcase>, <depot>, <unstable>.
|
|
|
|
# For more information about setting this to "", see:
|
|
|
|
# https://nix.dev/tutorials/towards-reproducibility-pinning-nixpkgs.html#pinning-nixpkgs
|
|
|
|
export NIX_PATH="";
|
2020-03-27 11:47:41 +01:00
|
|
|
export DESKTOP="zeno.lon.corp.google.com";
|
|
|
|
export LAPTOP="seneca";
|