Skip to content

Commit 7ac058e

Browse files
committed
Disable x86_64-darwin.R2411 tests (strangely broken)
1 parent bd50b99 commit 7ac058e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818

1919
# short names for nixpkgs versions
2020
nixpkgsVersions = {
21-
"R2411" = inputs.nixpkgs-2411;
2221
"unstable" = inputs.nixpkgs-unstable;
22+
} // lib.optionalAttrs (system != "x86_64-darwin") {
23+
"R2411" = inputs.nixpkgs-2411;
2324
};
2425

2526
nixpkgsArgs = {

0 commit comments

Comments
 (0)