envrc: use nix, nix flakes messes up env in a way that breaks shells

pull/2/head
Mitchell Hashimoto 2022-05-06 01:02:35 -07:00
parent aaf160f38b
commit e9cabefe20
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 2 deletions

3
.envrc
View File

@ -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