all repos — elgit @ e38ffdb1f439cb16c29de3c2db6f1519e3dda7c4

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

.envrc (view raw)

1
2
3
4
5
6
7
8
layout go

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