Skip to content

Commit 092b508

Browse files
committed
Add aarch64 to supported systems
1 parent 7517c3f commit 092b508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
./is-plutus-data-derive/build.nix
2727
];
2828
debug = true;
29-
systems = [ "x86_64-linux" "x86_64-darwin" ];
29+
systems = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
3030
};
3131
}

0 commit comments

Comments
 (0)