bundlers icon indicating copy to clipboard operation
bundlers copied to clipboard

Results 21 bundlers issues
Sort by recently updated
recently updated
newest added

Since [27e512d5517a52c4d5944cbe13b546892d12db6c](https://github.com/NixOS/bundlers/commit/27e512d5517a52c4d5944cbe13b546892d12db6c), the default `arx` bundler no longer works. Root cause: `bytestring-num` currently fails to compile on `nixpkgs`, which breaks `arx`. Reproduce: ``` nix bundle --bundler github:NixOS/bundlers nixpkgs#hello ``` Workaround:...