Skip to content

Commit 6c48d19

Browse files
Silence git default branch warning
1 parent 7d47a32 commit 6c48d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/pre-commit.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ let
6464
ln -fs ${configFile} src/.pre-commit-config.yaml
6565
cd src
6666
rm -rf .git
67-
git init
67+
git init -q
6868
git add .
6969
git config --global user.email "you@example.com"
7070
git config --global user.name "Your Name"

0 commit comments

Comments
 (0)