From 2875121440cc6649e03e51118443d05f8d323dd5 Mon Sep 17 00:00:00 2001 From: Wael Nasreddine Date: Tue, 26 Nov 2024 00:51:05 -0800 Subject: [PATCH] direnv: create .envrc and load the flake (#59) Having an `.envrc` and [Direnv](https://direnv.net) installed and allowed to load this directory, pre-commit will be automatically configured and this will prevent any changes that are not formatted from making it into the history (cf #57) I also recommend merging #58 to avoid committing the pre-commit configuration file that is computed at runtime. --- .envrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .envrc diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..c4b17d7 --- /dev/null +++ b/.envrc @@ -0,0 +1 @@ +use_flake