Skip to content

Commit

Permalink
Merge pull request tweag#117 from tweag/ch/adapt-to-sh_posix_toolchai…
Browse files Browse the repository at this point in the history
…n-prototype-change

Adapt to change in sh_posix_toolchain prototype
  • Loading branch information
mergify[bot] authored Mar 26, 2020
2 parents 9f7de9a + 12867dd commit f7dec2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "rules_sh",
sha256 = "2613156e96b41fe0f91ac86a65edaea7da910b7130f2392ca02e8270f674a734",
strip_prefix = "rules_sh-0.1.0",
urls = ["https://github.com/tweag/rules_sh/archive/v0.1.0.tar.gz"],
sha256 = "83a065ba6469135a35786eb741e17d50f360ca92ab2897857475ab17c0d29931",
strip_prefix = "rules_sh-0.2.0",
urls = ["https://github.com/tweag/rules_sh/archive/v0.2.0.tar.gz"],
)

load("@rules_sh//sh:repositories.bzl", "rules_sh_dependencies")
Expand Down
2 changes: 1 addition & 1 deletion nixpkgs/nixpkgs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ runCommand "bazel-nixpkgs-posix-toolchain"
def create_posix_toolchain():
sh_posix_toolchain(
name = "nixpkgs_sh_posix",
**{{
cmds = {{
cmd: discovered[cmd]
for cmd in posix.commands
if cmd in discovered
Expand Down

0 comments on commit f7dec2b

Please sign in to comment.