Support for aarch64

This commit is contained in:
2025-12-24 16:38:33 -04:00
parent 6af7e257f1
commit ead1ff7034
6 changed files with 143 additions and 79 deletions
+12
View File
@@ -0,0 +1,12 @@
{
# Managed by ./update-cursor.sh
#
# Notes:
# - `sha256` values are Nix base32 hashes (as used by `fetchurl { sha256 = "..."; }`).
version = "0.0.0";
sha256 = {
x86_64-linux = "0000000000000000000000000000000000000000000000000000";
aarch64-linux = "0000000000000000000000000000000000000000000000000000";
};
}