mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-08 12:52:17 +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
|
|
}
|
|
}
|