about summary refs log tree commit diff
path: root/users/Profpatsch/.envrc
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2023-01-07T13·58+0100
committerProfpatsch <mail@profpatsch.de>2023-01-07T15·21+0000
commit727e6d890cad830c10c420f500583ebbed385d8a (patch)
treea6a16a4f05958a5998aa77c2e82e63051230c760 /users/Profpatsch/.envrc
parenta149a1ee067047719e38240ca7ef70068a217686 (diff)
feat(users/Profpatsch): global shell for my userdir r/5627
For my tooling, I want to be able to use vscode language servers for
all subprojects, and the best ways to do that I’ve found so far is to
add a global shell.nix which contains the transitive closure of all
dependencies I need.

This is not /nice/ per se, but it does the job with minimal effort
right now and gives me a good development environment for all these
crazy & dumb experiments in here.

Change-Id: I717a72f490e9d58d45e4e15e9ba604c36b299814
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7794
Tested-by: BuildkiteCI
Reviewed-by: Profpatsch <mail@profpatsch.de>
Diffstat (limited to 'users/Profpatsch/.envrc')
-rw-r--r--users/Profpatsch/.envrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/Profpatsch/.envrc b/users/Profpatsch/.envrc
new file mode 100644
index 0000000000..051d09d292
--- /dev/null
+++ b/users/Profpatsch/.envrc
@@ -0,0 +1 @@
+eval "$(lorri direnv)"