summaryrefslogtreecommitdiff
path: root/.envrc
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-14 13:11:34 -0400
committerseth <[email protected]>2024-07-14 13:47:39 -0400
commitbf06e44e028a58e1cb17ea5d93ea18ddcf255f52 (patch)
tree373a2dabf4e083b0677e4374c8778ae59386aded /.envrc
parent00d5ec09d45d09451b21ab58054e40f593577b15 (diff)
add nix-direnv support
Diffstat (limited to '.envrc')
-rw-r--r--.envrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.envrc b/.envrc
new file mode 100644
index 0000000..29668fe
--- /dev/null
+++ b/.envrc
@@ -0,0 +1,3 @@
+if command -v nix; then
+ use flake
+fi