all repos — elgit @ f702472c4dddb648e33b88cb38e4857aeec08f54

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

build: replace flake with npins, gomod2nix and just

Alan Pearce
commit

f702472c4dddb648e33b88cb38e4857aeec08f54

parent

2bcb9b43a8b1e60194d03099a5f7017592c2f5dc

1 file changed, 8 insertions(+), 0 deletions(-)

changed files
A justfile
@@ -0,0 +1,8 @@
+build: + go build + +test: + go test ./... + +run: + modd