chore: silence warnings in shell.nix

This commit is contained in:
Luj 2024-07-12 16:41:16 +02:00
parent dc460ca9cf
commit f6104a7236

View file

@ -30,15 +30,13 @@ let
}; };
in in
pkgs.mkShell { pkgs.mkShell {
nativeBuildInputs = with pkgs; [ nativeBuildInputs = [
colmena pkgs.colmena
npins pkgs.npins
agenix agenix
bootstrap bootstrap
update-deps update-deps
statix pkgs.statix
rbw
pinentry
]; ];
shellHook = '' shellHook = ''
${pre-commit-hook.shellHook} ${pre-commit-hook.shellHook}