summary refs log tree commit diff
path: root/ripple/.envrc
diff options
context:
space:
mode:
authorV <v@unfathomable.blue>2021-08-12 07:47:05 +0200
committerV <v@unfathomable.blue>2021-08-14 03:53:14 +0200
commit5703ed3e3b6e8f8d959525acb866d6f3c867327e (patch)
tree8f3dac70dfe0f4cf6c8a283145705927c07d3895 /ripple/.envrc
parent47db036c9e288810a8988f1ff92746daad3a15c4 (diff)
ripple: add a basic development shell and .envrc
Let's start with some basic build tooling, and some extra dependencies
to let us use rust-analyzer with the pinned version of Rust.

Change-Id: I1dd59277d29680ba89efdc7672668b3b095ef4a7
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