mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-04 10:52:18 +00:00
ee3f801595
(cherry picked from commit 8d416ef2ae)
Signed-off-by: GildedRoach <GildedRoach@users.noreply.github.com>
11 lines
173 B
HCL
11 lines
173 B
HCL
project "pkg" {
|
|
arches = ["x86_64"]
|
|
rpm {
|
|
spec = "nvidia-kmod-common.spec"
|
|
}
|
|
labels = {
|
|
subrepo = "nvidia"
|
|
updbranch = 1
|
|
}
|
|
}
|