From 561cb619a1d0dedd53316804b42ce0241bb271e7 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sat, 28 Mar 2020 23:58:37 +0000 Subject: Add to NIX_PATH 1. I should be using NixOS/nixpkgs-channels instead of NixOS/nixpkgs 2. Instead of refactoring everything, I'm supporting and pointing it to NixOS/nixpkgs-channels I needed to get a more recent version of the Data.Time Haskell package. --- .envrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.envrc b/.envrc index 76937ae6f439..47a1605b58dd 100644 --- a/.envrc +++ b/.envrc @@ -1,6 +1,6 @@ export BRIEFCASE="$(realpath ~/briefcase)" export DEPOT="$(realpath ~/depot)" export NIXPKGS="$(realpath ~/nixpkgs)" -export NIX_PATH="nixpkgs=${NIXPKGS}:depot=${DEPOT}:briefcase=${BRIEFCASE}"; +export NIX_PATH="nixpkgs=${NIXPKGS}:unstable=$(realpath ~/nixpkgs-channels):depot=${DEPOT}:briefcase=${BRIEFCASE}"; export DESKTOP="zeno.lon.corp.google.com"; export LAPTOP="seneca"; -- cgit 1.4.1