all repos — elgit @ b2a43e5d4fca579e569449a9f84283bca7c62a4d

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