summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.envrc2
-rw-r--r--.gitignore2
-rw-r--r--flake.nix1
3 files changed, 5 insertions, 0 deletions
diff --git a/.envrc b/.envrc
new file mode 100644
index 0000000..0e0fc98
--- /dev/null
+++ b/.envrc
@@ -0,0 +1,2 @@
+use flake
+PATH_add bin
diff --git a/.gitignore b/.gitignore
index 0ef0c7e..33a814b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,5 @@ pom.xml.asc
/.prepl-port
/.cpcache
.jj
+docs/build
+.direnv
diff --git a/flake.nix b/flake.nix
index b560828..9dbf67c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -28,6 +28,7 @@
python3
python3Packages.sphinx
python3Packages.sphinx-rtd-theme
+ direnv
];
};
}