Skip to content

Commit

Permalink
rustPackages: build less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Apr 4, 2017
1 parent 847fdaa commit 7d211be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/rust-packages.nix
Expand Up @@ -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"
''

0 comments on commit 7d211be

Please sign in to comment.