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
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}