pre-commit: replace git with gitMinimal
This commit is contained in:
@@ -6,13 +6,12 @@
|
||||
cargo,
|
||||
coursier,
|
||||
dotnet-sdk,
|
||||
git,
|
||||
gitMinimal,
|
||||
glibcLocales,
|
||||
go,
|
||||
nodejs,
|
||||
perl,
|
||||
cabal-install,
|
||||
testers,
|
||||
pre-commit,
|
||||
}:
|
||||
|
||||
@@ -50,7 +49,7 @@ buildPythonApplication rec {
|
||||
cargo
|
||||
coursier
|
||||
dotnet-sdk
|
||||
git
|
||||
gitMinimal
|
||||
glibcLocales
|
||||
go
|
||||
libiconv # For rust tests on Darwin
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
git,
|
||||
gitMinimal,
|
||||
pre-commit,
|
||||
runCommand,
|
||||
testers,
|
||||
@@ -9,7 +9,7 @@
|
||||
runCommand "check-meta-hooks"
|
||||
{
|
||||
nativeBuildInputs = [
|
||||
git
|
||||
gitMinimal
|
||||
pre-commit
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user