summary refs log tree commit diff
path: root/ripple/.envrc
diff options
context:
space:
mode:
Diffstat (limited to 'ripple/.envrc')
-rw-r--r--ripple/.envrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/ripple/.envrc b/ripple/.envrc
new file mode 100644
index 0000000..813aa10
--- /dev/null
+++ b/ripple/.envrc
@@ -0,0 +1,8 @@
+# SPDX-FileCopyrightText: V <v@unfathomable.blue>
+# SPDX-License-Identifier: OSL-3.0
+
+if has lorri; then
+	eval "$(lorri direnv)"
+else
+	use nix
+fi