all repos — elgit @ 5dd02b8ec94b6837c0c8b01a503ae52695febbdf

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