We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4cfe0 commit 3da5533Copy full SHA for 3da5533
overlays/rcodesign.nix
@@ -2,7 +2,7 @@
2
# versions of macOS (one of the tests fails validating signatures
3
# in `/usr/bin`).
4
final: prev: {
5
- rcodesign = prev.rcodesign.override (old: {
+ rcodesign = prev.rcodesign.override (old: final.lib.optionalAttrs (prev.rcodesign.version == "0.22.0") {
6
rustPlatform = old.rustPlatform // {
7
buildRustPackage = args: old.rustPlatform.buildRustPackage (args // {
8
version = "0.27.0";
0 commit comments