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 changed files with 0 additions and 1 deletions

1
.envrc
View File

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