nix: add direnv integration

This commit is contained in:
Bruno BELANYI 2021-04-23 12:47:38 +00:00
parent e2bfc2c247
commit f51ba89ca0

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