13 lines
333 B
Nix
13 lines
333 B
Nix
{
|
|
# 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";
|
|
};
|
|
}
|