notecrumbs

a nostr opengraph server build on nostrdb and egui
git clone git://jb55.com/notecrumbs
Log | Files | Refs | README | LICENSE

commit 9a7722e684910d5373b4d9d6a21e94861444a934
parent 6c63c25e7c69721296be8aad9ba52b7953c05d87
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 18 Dec 2025 11:27:25 -0800

nix: add clippy

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mshell.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell.nix b/shell.nix @@ -2,5 +2,5 @@ with pkgs; mkShell { - nativeBuildInputs = [ rustc cargo libiconv pkg-config fontconfig freetype openssl ]; + nativeBuildInputs = [ rustc cargo rustfmt clippy libiconv pkg-config fontconfig freetype openssl ]; }