Skip to content

Commit

Permalink
Enable direnv support
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed May 28, 2024
1 parent 3059455 commit d500e66
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
# ^ for code highlighting
# Used by https://direnv.net

source_url "https://raw.githubusercontent.com/cachix/devenv/d1f7b48e35e6dee421cfd0f51481d17f77586997/direnvrc" "sha256-YBzqskFZxmNb3kYVoKD9ZixoPXJh1C9ZvTLGFRkauZ0="

# Initialise devenv
use devenv

0 comments on commit d500e66

Please sign in to comment.