From 817a4a5f72b067126c5db9d987008f8070ae504e Mon Sep 17 00:00:00 2001 From: Guillaume Bouchard Date: Tue, 3 Dec 2019 17:44:43 +0100 Subject: [PATCH] Update nixpkgs/nixpkgs.bzl Co-Authored-By: Profpatsch --- nixpkgs/nixpkgs.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpkgs/nixpkgs.bzl b/nixpkgs/nixpkgs.bzl index c78bc5672..0e9f4abd0 100644 --- a/nixpkgs/nixpkgs.bzl +++ b/nixpkgs/nixpkgs.bzl @@ -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 ), )