From 43302fc3086cfced7bf4d93a493fc1edc04d9ca8 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 19 Apr 2020 14:36:59 -0700 Subject: Basic use of nix-shell with direnv/lorri --- .envrc | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to '.envrc') diff --git a/.envrc b/.envrc index 9b59534..6934f24 100644 --- a/.envrc +++ b/.envrc @@ -1,11 +1,8 @@ -# idk if these work -export GUILE_LOAD_PATH=$PWD -export NIX_PATH=$PWD:$NIX_PATH - -# tooling for bild/repl/push scripts -export PATH=$PWD:$PATH +PATH_add $PWD export BIZ_ROOT=$PWD - -# defaults for doing dev stuff -export HERO_PORT=3000 -export HERO_CLIENT=$PWD/_bild/Com.MusicMeetsComics.Client/static +if type lorri &>/dev/null +then + eval "$(lorri direnv)" +else + use nix +fi -- cgit v1.2.3