Support for aarch64
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user