Skip to content

Commit

Permalink
feat: add .envrc
Browse files Browse the repository at this point in the history
  • Loading branch information
rochecompaan committed Oct 29, 2024
1 parent aeb8e7d commit 40f5b2a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash

if type nix-shell >/dev/null 2>&1; then
use flake
else
echo "nix-shell is not available, please install Nix or run the environment manually."
fi

# vim: syntax=bash

0 comments on commit 40f5b2a

Please sign in to comment.