summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2026-04-15 23:17:22 +0200
committerStefan Kreutz <mail@skreutz.com>2026-04-15 23:17:41 +0200
commit2a7d8d3aa4b8b7e345cda70ea0a110bef775d132 (patch)
tree4119dcaec7d8b5b26e59e290e81f230d13268a5c
parent4c509ee82c7f6960e1bbe867f1a8bccede0554cc (diff)
downloadtemp-postgres-2a7d8d3aa4b8b7e345cda70ea0a110bef775d132.tar.gz
Add direnv configuration
-rw-r--r--.envrc5
-rw-r--r--.gitignore5
-rw-r--r--CHANGELOG.md1
3 files changed, 9 insertions, 2 deletions
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
Generated by cgit. See skreutz.com for my tech blog and contact information.