feat: githook deps in shell.nix
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Darragh Elliott 2025-04-27 15:41:53 +01:00
parent 33ebafbf96
commit 8e4c4e0185

View File

@ -42,6 +42,10 @@ pkgs.mkShell {
};
};
})
# Packages for git hooks
mediainfo
perl
file
];
shellHook = ''
export PIP_DISABLE_PIP_VERSION_CHECK=1;