Skip to content

Commit

Permalink
Merge pull request tweag#119 from tweag/report-progress
Browse files Browse the repository at this point in the history
Report progress before calling nix-build
  • Loading branch information
Profpatsch authored Apr 14, 2020
2 parents f7dec2b + abdce19 commit a539282
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixpkgs/nixpkgs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def _nixpkgs_package_impl(repository_ctx):
# as we can do. The value shouldn't be too large to avoid errors on
# macOS, see https://github.com/tweag/rules_nixpkgs/issues/92.
timeout = 8640000
repository_ctx.report_progress("Building Nix derivation")
exec_result = _execute_or_fail(
repository_ctx,
nix_build,
Expand Down

0 comments on commit a539282

Please sign in to comment.