mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-03 18:32:18 +00:00
12 lines
196 B
HCL
12 lines
196 B
HCL
project "pkg" {
|
|
rpm {
|
|
spec = "libva-nvidia-driver.spec"
|
|
}
|
|
arches = ["x86_64", "aarch64"]
|
|
labels = {
|
|
subrepo = "nvidia"
|
|
mock = 1
|
|
nightly = 1
|
|
}
|
|
}
|