rustPackages: build less verbose
This commit is contained in:
parent
847fdaaddc
commit
7d211be459
|
@ -44,7 +44,7 @@ runCommand "rustRegistry-${version}-${builtins.substring 0 7 rev}" { inherit src
|
|||
$git config --local user.email "example@example.com"
|
||||
$git config --local user.name "example"
|
||||
$git add .
|
||||
$git commit -m 'Rust registry commit'
|
||||
$git commit --quiet -m 'Rust registry commit'
|
||||
|
||||
touch $out/touch . "$out/.cargo-index-lock"
|
||||
''
|
||||
|
|
Loading…
Reference in New Issue