rules_nixpkgs icon indicating copy to clipboard operation
rules_nixpkgs copied to clipboard

Rules for importing Nixpkgs packages into Bazel.

Results 157 rules_nixpkgs issues
Sort by recently updated
recently updated
newest added

With stat instead of chmod, this should improve the performance of copying many files with `cp` as chmod runs multiple syscalls when changing permissions. Would be great if I can...

**Describe the bug** `nixpkgs_package` runs slow (~5 minutes) trying to copy all `nix_file_deps` to external repository root. I noticed slow `nixpkgs_package` fetches, and upon investigation, I found out that 1....

This is an attempt to improve the MacOS performance issue described in #256 by adding a `cp_many` function to `util.bzl`. Instead of writing each file with `repository_ctx.file` and invoking `chmod`...

This PR takes bzlmod migration a step further and tries to lay ground for future work in that area. Currently, there are a few components / modules which were all...

Hello! I stumbled on nix and this repo a few days ago and really love the idea. Thanks so much for creating it. I can see so much potential here....

`rules_python`'s `python_register_toolchains` has an `interpreter` target in its toolchains. Repository rules cannot access toolchains like regular rules can, and they use that target to ensure they're using the same interpreter...

good first issue
P3
type: feature request

**Describe the solution you'd like** Consider adding the [actions/cache](https://github.com/marketplace/actions/cache) action for caching between CI runs. Something in the same spirit of the, see below. If I understand correctly, this will...

P3
type: feature request

Enable CI runs on PRs coming from forks. As discussed in https://github.com/tweag/rules_nixpkgs/pull/236#issuecomment-1176396264 this is currently not possible because the BuildBuddy secret cannot be exposed to actions run from forks and...

good first issue
P2
type: feature request