Files
packages/anda/misc/fx-autoconfig/anda.hcl
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

7 lines
77 B
HCL

project pkg {
arches = ["x86_64"]
rpm {
spec = "fx-autoconfig.spec"
}
}