Skip to content

Commit

Permalink
Update nixpkgs/nixpkgs.bzl
Browse files Browse the repository at this point in the history
Co-Authored-By: Profpatsch <[email protected]>
  • Loading branch information
guibou and Profpatsch authored Dec 3, 2019
1 parent f281ce5 commit 817a4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixpkgs/nixpkgs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def _nixpkgs_package_impl(repository_ctx):
# ensure that the output is a directory
test_path = repository_ctx.which("test")
_execute_or_fail(repository_ctx, [test_path, "-d", output_path],
failure_message = "nixpkgs_package '@{}' outputs a single file which is not supported by rule_nixpkgs. Please only use directory.".format(
failure_message = "nixpkgs_package '@{}' outputs a single file which is not supported by rules_nixpkgs. Please only use directories.".format(
repository_ctx.name
),
)
Expand Down

0 comments on commit 817a4a5

Please sign in to comment.