chore: silence warnings in shell.nix

This commit is contained in:
Julien Malka 2024-07-12 16:41:16 +02:00
parent c783d1123a
commit 0d5e354227
Signed by: Luj
GPG key ID: 6FC74C847011FD83

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}