From e9cabefe20f4eaf1d6ccdef52b71423f32e73c8f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 6 May 2022 01:02:35 -0700 Subject: [PATCH] envrc: use nix, nix flakes messes up env in a way that breaks shells --- .envrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.envrc b/.envrc index 6cc94f514..24e67d2ee 100644 --- a/.envrc +++ b/.envrc @@ -1,6 +1,5 @@ # If we are a computer with nix-shell available, then use that to setup # the build environment with exactly what we need. if has nix; then - # Can add ". --impure" if we ever need the parent shell environment. We might. - use flake + use nix fi