direnv: remove nix evaluation hack

This commit is contained in:
Bruno BELANYI 2023-03-07 11:46:21 +00:00
parent 3ed5e40285
commit 453e5a925a

1
.envrc
View file

@ -4,6 +4,5 @@ use_flake() {
eval "$(nix print-dev-env)" eval "$(nix print-dev-env)"
} }
ulimit -s unlimited # Bypass current bug in `nix` flakes evaluation
use flake use flake
eval "$shellHooks" eval "$shellHooks"