From 511ae8c87bf2e31c25c33b0c95fc5d67d5cc5c16 Mon Sep 17 00:00:00 2001 From: geekiot Date: Sat, 22 Nov 2025 15:34:04 +0500 Subject: [PATCH] Add: Bacon utile for Rust --- rust/flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust/flake.nix b/rust/flake.nix index 33e66e9..1c09c34 100644 --- a/rust/flake.nix +++ b/rust/flake.nix @@ -51,6 +51,8 @@ rust-analyzer rustfmt + + bacon ]; }; }