nix: add direnv integration

This commit is contained in:
Bruno BELANYI 2021-12-01 10:41:10 +01:00
parent 75b16e08b1
commit 9159553e6b

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