From 3758a16f8da25fd415ca2834872a6202d9287924 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Thu, 30 Mar 2023 22:02:42 -0700 Subject: [PATCH] Add bacon to shell.nix --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell.nix b/shell.nix index 725dd24..7217520 100644 --- a/shell.nix +++ b/shell.nix @@ -8,6 +8,8 @@ pkgs.mkShell { rust-analyzer clippy + bacon + pkg-config openssl ];