about summary refs log tree commit diff
path: root/tvix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-09-10T22·50+0300
committerclbot <clbot@tvl.fyi>2022-09-11T10·25+0000
commit41b6586ee155a7712e8856b8a03aac41d602d8ba (patch)
tree5246655f8cdda25cbedb024db73d8c1eb158fca6 /tvix
parent8643620eb189ee45fe00b1d0fdca516cdea43d51 (diff)
chore(tvix): remove stale .envrc r/4789
This doesn't actually do anything other than causing errors for the
current state of this folder.

Change-Id: I0af6410e9eb1700cd0b2b105c8adde077d931a69
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6492
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'tvix')
-rw-r--r--tvix/.envrc10
1 files changed, 0 insertions, 10 deletions
diff --git a/tvix/.envrc b/tvix/.envrc
deleted file mode 100644
index ea1ec94e43..0000000000
--- a/tvix/.envrc
+++ /dev/null
@@ -1,10 +0,0 @@
-source_env ../.envrc
-
-if type lorri &>/dev/null; then
-    echo "direnv: using lorri from PATH ($(type -p lorri))"
-    eval "$(lorri direnv)"
-else
-    # fall back to using direnv's builtin nix support
-    # to prevent bootstrapping problems.
-    use nix
-fi