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}