mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-04 10:52:18 +00:00
11 lines
166 B
HCL
11 lines
166 B
HCL
project "pkg" {
|
|
rpm {
|
|
spec = "nvidia-kmod-common.spec"
|
|
}
|
|
arches = ["x86_64"]
|
|
labels = {
|
|
subrepo = "nvidia"
|
|
weekly = 3
|
|
}
|
|
}
|