From 0d5e354227e8685d3f3bc08e12493a4fb3401739 Mon Sep 17 00:00:00 2001
From: Julien Malka <julien@malka.sh>
Date: Fri, 12 Jul 2024 16:41:16 +0200
Subject: [PATCH] chore: silence warnings in shell.nix

---
 shell.nix | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/shell.nix b/shell.nix
index 0b4358f..682a0e7 100644
--- a/shell.nix
+++ b/shell.nix
@@ -30,15 +30,13 @@ let
       };
 in
 pkgs.mkShell {
-  nativeBuildInputs = with pkgs; [
-    colmena
-    npins
+  nativeBuildInputs = [
+    pkgs.colmena
+    pkgs.npins
     agenix
     bootstrap
     update-deps
-    statix
-    rbw
-    pinentry
+    pkgs.statix
   ];
   shellHook = ''
     ${pre-commit-hook.shellHook}