mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 09:31:58 +00:00
5 lines
156 B
Plaintext
5 lines
156 B
Plaintext
if filters.contains("nightly") {
|
|
rpm.global("commit", get("https://api.github.com/repos/keylase/nvidia-patch/commits/HEAD").json().sha);
|
|
rpm.release();
|
|
}
|