Skip to content

Commit b8afce0

Browse files
committed
[#] pkgs/noir: add aarch64-darwin
1 parent f7ebbba commit b8afce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/noir/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ rustPlatform.buildRustPackage {
3838
license = licenses.asl20;
3939
platforms = [
4040
"x86_64-linux"
41+
"aarch64-darwin"
4142
# FIXME: enable until proper cargoHash for each platform is found
4243
# "aarch64-linux"
4344
# "x86_64-darwin"
44-
# "aarch64-darwin"
4545
];
4646
};
4747
}

0 commit comments

Comments
 (0)