summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.