Skip to content

Commit

Permalink
add .envrc for the project
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Sep 21, 2022
1 parent 0c20ac5 commit 6ca3518
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Environment variables for the project. See https://direnv.net/
if nix flake info &>/dev/null; then
use flake
else
use nix
fi

0 comments on commit 6ca3518

Please sign in to comment.