diff options
| -rw-r--r-- | .envrc | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1 +1,9 @@ -use flake . +#!/usr/bin/env bash + +if type -P lorri &>/dev/null; then + eval "$(lorri direnv)" +else + echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]' + + use nix +fi |