shell: fix pre-commit on deleted files

This commit is contained in:
Timothy DeHerrera 2021-02-01 14:05:53 -07:00
parent 7fed7e7392
commit e7d9abfdcd
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -69,7 +69,7 @@ pkgs.devshell.mkShell {
# Format staged nix files.
exec ${nixpkgs-fmt}/bin/nixpkgs-fmt \
$(
${git}/bin/git diff-index --name-only --cached $against -- \
${git}/bin/git diff-index --name-only --cached $against --diff-filter d -- \
| ${ripgrep}/bin/rg '\.nix$'
)
'';