diff options
| -rw-r--r-- | .envrc | 5 | ||||
| -rw-r--r-- | .gitignore | 5 | ||||
| -rw-r--r-- | CHANGELOG.md | 1 |
3 files changed, 9 insertions, 2 deletions
@@ -0,0 +1,5 @@ +# direnv configuration + +# Enter development shell defined by flake.nix. +# Alternatively run `nix develop`, or install the necessary tools manually. +use flake @@ -1,2 +1,3 @@ -config.mk -temp-postgres.1.gz +/config.mk +/temp-postgres.1.gz +/.direnv diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e9a248..80fecd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep A Changelog][] and this project adheres to [Semanti ### Added * Added experimental Nix flake +* Added direnv configuration * Added changelog ### Changed |