Files
packages/anda/misc/fx-autoconfig/update.rhai
T
Raboneko 2d1eced98e Add fx-autoconfig (#12472) (#12475)
* 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:24:34 -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());
}