about summary refs log blame commit diff
path: root/.envrc
blob: db68a946a14fd52bd26c325c5f0013912d97a675 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                                          




                                                                                        

                                          
export BRIEFCASE="$(realpath ~/briefcase)"
export DEPOT="$(realpath ~/depot)"
export NIXPKGS="$(realpath ~/nixpkgs)"
# 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="";
export DESKTOP="zeno.lon.corp.google.com";
export LAPTOP="seneca";