mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-03 10:22:19 +00:00
db239aaac9
(cherry picked from commit d837428d16)
Co-authored-by: Gilver <rockgrub@disroot.org>
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
|
|
}
|
|
}
|