all repos — elgit @ 6eb1b732e3a7e3b65c62e816d1abd9bd76629caf

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

add ci task to justfile
Alan Pearce alan@alanpearce.eu
Thu, 03 Apr 2025 17:45:55 +0200
commit

6eb1b732e3a7e3b65c62e816d1abd9bd76629caf

parent

d26005f4df6b71f03f61d0b7b7f58ed05f78a3fd

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M justfilejustfile
@@ -6,3 +6,8 @@ go test ./... 
 run:
     modd
+
+nix-build:
+    nix-build ./nix/package/
+
+ci: test nix-build