matrix-notifier/.envrc
Bruno BELANYI 1ba2688eb9 nix: evaluate shell hooks
This activates the pre-commit-hook configuration.
2021-06-12 00:39:58 +02:00

9 lines
123 B
Plaintext

use_flake() {
watch_file flake.nix
watch_file flake.lock
eval "$(nix print-dev-env)"
}
use flake
eval "$shellHooks"