Skip to content

Commit dbc4d3b

Browse files
committed
fix(flake/systems): Temporary remove systems != CI.system to workaround use of IFG in ethereum.nix/nimbus-eth2
1 parent 399b9c3 commit dbc4d3b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

flake.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,6 @@
226226
];
227227
systems = [
228228
"x86_64-linux"
229-
"aarch64-linux"
230-
"x86_64-darwin"
231-
"aarch64-darwin"
232229
];
233230
perSystem =
234231
{ system, ... }:

0 commit comments

Comments
 (0)