chore: add lorri to prevent direnv from blocking, closes #147

This commit is contained in:
Kiara Grouwstra 2024-10-21 18:27:52 +02:00
parent 14935c5e92
commit e58985cae7

11
.envrc
View file

@ -1,2 +1,11 @@
#!/usr/bin/env bash
# the shebang is ignored, but nice for editors
# shellcheck shell=bash # shellcheck shell=bash
use flake if type -P lorri &>/dev/null; then
eval "$(lorri direnv --flake .)"
else
echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]'
use flake
fi