all repos — elgit @ 41fc5160d0fe78c6673b367829ea8062ba8eef08

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

add modd
Alan Pearce alan@alanpearce.eu
Sat, 29 Mar 2025 21:00:50 +0100
commit

41fc5160d0fe78c6673b367829ea8062ba8eef08

parent

4c3a2d8d61f1f89cf2f6b9d984cdaf2093184e8f

2 files changed, 4 insertions(+), 0 deletions(-)

jump to
M flake.nixflake.nix
@@ -55,6 +55,7 @@ {           default = pkgs.mkShell {
             nativeBuildInputs = with pkgs; [
               go
+              modd
             ];
           };
         });
A modd.conf
@@ -0,0 +1,3 @@+**/*.go config.yaml {
+    daemon: go run .
+}