mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-08 20:57:38 +00:00
9 lines
146 B
HCL
9 lines
146 B
HCL
project "pkg" {
|
|
rpm {
|
|
spec = "nvidia-kmod-common.spec"
|
|
}
|
|
arches = ["x86_64"]
|
|
labels = {
|
|
subrepo = "nvidia"
|
|
}
|
|
} |