lol

jsonfmt: add mainProgram entrypoint

+1
+1
pkgs/development/tools/misc/jsonfmt/default.nix
··· 36 36 changelog = "https://github.com/caarlos0/jsonfmt/releases/tag/${src.rev}"; 37 37 license = licenses.mit; 38 38 maintainers = with maintainers; [ figsoda ]; 39 + mainProgram = "jsonfmt"; 39 40 }; 40 41 }