561cb619a1
1. I should be using NixOS/nixpkgs-channels instead of NixOS/nixpkgs 2. Instead of refactoring everything, I'm supporting <unstable> and pointing it to NixOS/nixpkgs-channels I needed <unstable> to get a more recent version of the Data.Time Haskell package.
6 lines
300 B
Bash
6 lines
300 B
Bash
export BRIEFCASE="$(realpath ~/briefcase)"
|
|
export DEPOT="$(realpath ~/depot)"
|
|
export NIXPKGS="$(realpath ~/nixpkgs)"
|
|
export NIX_PATH="nixpkgs=${NIXPKGS}:unstable=$(realpath ~/nixpkgs-channels):depot=${DEPOT}:briefcase=${BRIEFCASE}";
|
|
export DESKTOP="zeno.lon.corp.google.com";
|
|
export LAPTOP="seneca";
|