mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 17:32:18 +00:00
10 lines
141 B
HCL
10 lines
141 B
HCL
project "pkg" {
|
|
rpm {
|
|
spec = "libnvidia-container.spec"
|
|
}
|
|
labels = {
|
|
subrepo = "nvidia"
|
|
mock = 1
|
|
}
|
|
}
|