From 5a56d5b5f921b775d4e065e460c5e811ce5fd244 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Wed, 10 Jul 2024 00:36:02 +0200 Subject: [PATCH] chore: add rbw to shell --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell.nix b/shell.nix index 1bdc855..6e4324e 100644 --- a/shell.nix +++ b/shell.nix @@ -28,6 +28,8 @@ pkgs.mkShell { agenix bootstrap statix + rbw + pinentry ]; shellHook = '' ${pre-commit-hook.shellHook}