all repos — elgit @ d1614adb577ac55a3729a2a13f1c993e9b426350

fork of legit: web frontend for git, written in go

use lorri if available

Alin
commit

d1614adb577ac55a3729a2a13f1c993e9b426350

parent

21e3dbacb23c6443383b37cc052ec3c4c22e49a7

1 file changed, 7 insertions(+), 1 deletion(-)

changed files
M .envrc.envrc
@@ -1,2 +1,8 @@
layout go -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