nix: add direnv integration

This commit is contained in:
Bruno BELANYI 2021-12-01 10:41:10 +01:00
parent 01750a9c39
commit 50b46506ee

7
.envrc Normal file
View file

@ -0,0 +1,7 @@
use_flake() {
watch_file flake.nix
watch_file flake.lock
eval "$(nix print-dev-env)"
}
use flake