nix: add direnv integration

This commit is contained in:
Bruno BELANYI 2021-03-07 18:51:49 +00:00
parent d03b58b414
commit 4a5d4eff79

8
.envrc Normal file
View file

@ -0,0 +1,8 @@
use_flake() {
watch_file flake.nix
watch_file flake.lock
eval "$(nix print-dev-env)"
}
ulimit -s unlimited # Bypass current bug in `nix` flakes evaluation
use flake