Files
packages/anda/misc/fx-autoconfig/update.rhai
T
Raboneko 78d1f299dd Add fx-autoconfig (#12472) (#12476)
* add: fx-autoconfig

* Remove unnecessary comment

* Add arches line to hcl so it only builds once

(cherry picked from commit 58363347fb)

Co-authored-by: Anna Simmons <anna@simmons.ovh>
2026-05-21 23:25:15 -05:00

6 lines
136 B
Plaintext

rpm.global("commit", gh_commit("MrOtherGuy/fx-autoconfig"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}