From 5604fc223377e0400695067319d014f0367acb05 Mon Sep 17 00:00:00 2001 From: Haf Date: Tue, 19 Nov 2024 18:41:18 +0100 Subject: [PATCH] feat: added clippy because otherwise weird stuff happens --- leptos/flake.nix | 1 + rust/flake.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/leptos/flake.nix b/leptos/flake.nix index fa493f1..b5263a5 100644 --- a/leptos/flake.nix +++ b/leptos/flake.nix @@ -44,6 +44,7 @@ extensions = [ "rust-src" "rust-analyzer" + "clippy" ]; targets = [ "x86_64-unknown-linux-musl" diff --git a/rust/flake.nix b/rust/flake.nix index 990d4a4..bff9265 100644 --- a/rust/flake.nix +++ b/rust/flake.nix @@ -42,6 +42,7 @@ extensions = [ "rust-src" "rust-analyzer" + "clippy" ]; targets = [ "x86_64-unknown-linux-musl" ]; };