mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-22 11:30:38 +00:00
7e6c617bd1
* feat: Change all NVIDIA driver specs to weekly to offset NVIDIA server issues * fix: Aaaaa * fix: AaaaaAAAAAAAA * fix: AaaaaAAAAAAAAAAAAAAAAAAAA * Delete anda/system/nvidia/nvidia-kmod-common/kernel.conf Signed-off-by: Gilver <rockgrub@disroot.org> * fix: AAAAAAAAAAAAAAAAAAAAAAAA * fix: I'm losing it I tell ya --------- Signed-off-by: Gilver <rockgrub@disroot.org>
12 lines
203 B
HCL
12 lines
203 B
HCL
project "pkg" {
|
|
rpm {
|
|
spec = "libva-nvidia-driver.spec"
|
|
}
|
|
arches = ["x86_64", "aarch64", "i386"]
|
|
labels = {
|
|
subrepo = "nvidia"
|
|
mock = 1
|
|
weekly = 1
|
|
}
|
|
}
|