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.
This commit is contained in:
parent
879977be4b
commit
2875121440
1 changed files with 1 additions and 0 deletions
1
.envrc
Normal file
1
.envrc
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
use_flake
|
||||||
Loading…
Add table
Add a link
Reference in a new issue