2020-08-18 13:00:17 +02:00
|
|
|
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:
|
2020-07-02 15:39:08 +02:00
|
|
|
# https://nix.dev/tutorials/towards-reproducibility-pinning-nixpkgs.html#pinning-nixpkgs
|
2020-08-18 13:00:17 +02:00
|
|
|
export NIX_PATH="briefcase=$BRIEFCASE";
|
2020-03-27 11:47:41 +01:00
|
|
|
export DESKTOP="zeno.lon.corp.google.com";
|
|
|
|
export LAPTOP="seneca";
|