Files
packages/anda/misc/fx-autoconfig/update.rhai
T
Anna Simmons 58363347fb Add fx-autoconfig (#12472)
* add: fx-autoconfig

* Remove unnecessary comment

* Add arches line to hcl so it only builds once
2026-05-21 23:22:24 -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());
}