Ben Radford

Results 34 comments of Ben Radford

This change has been merged in [PR 305](https://github.com/tweag/rules_nixpkgs/pull/305).

Closing as there have been no changes for over a year now. See [Support remote execution with rules_nixpkgs](https://github.com/tweag/rules_nixpkgs/issues/180) for the latest on this topic.

Hey @googleson78, good to hear from you again! Thanks for letting me know the link is private - my mistake. I've changed it to link to the public issue in...

Thanks for the feature request @FollieHiyuki. Supporting more languages and toolchains in rules_nixpkgs is something we're interested in, though I'm not sure when we'll get around to prioritising this work....

Hi @malt3, thanks for opening this issue. The story for deploying binaries created with rules_nixpkgs to other machines isn't great at the moment. As you say, they often depend on...

Hi @wavewave, thanks for opening this issue. I agree, it would be nice to support a Ruby toolchain. I'm not sure we have capacity to work on this right now,...

This error is a bit misleading: ``` Error in fail: Package '@sdk_go_nix' outputs a single file which is not supported by rules_nixpkgs. Please only use directories. Command: "/nix/store/whinz9rj5h6h8zxp9bkmfzv7fkzc0cq8-coreutils-9.3/bin/test" "-d" "/nix/store/qjynhwar1pjwgi4dfkc069a8jjbihmwr-bazel-go-toolchain"...

Hi @rickvanprim, thanks for taking an interest in this issue and sorry for the delayed reply. While I expect we'll need a lot more thought and discussion on this topic...

Quick update with my findings so far. By changing the following: 1. Passing `name = "nixpkgs_config_cc"` to `nixpkgs_cc_configure` (instead of the default of `"local_config_cc"`) 2. Updating `rules_docker` to version `0.25.0`...