From 2a7d8d3aa4b8b7e345cda70ea0a110bef775d132 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Wed, 15 Apr 2026 23:17:22 +0200 Subject: Add direnv configuration --- .envrc | 5 +++++ .gitignore | 5 +++-- CHANGELOG.md | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 .envrc diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..621bc99 --- /dev/null +++ b/.envrc @@ -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 diff --git a/.gitignore b/.gitignore index 77f2ae4..80a3287 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.3