fix(kmod-nvidia): Remove spec import

Signed-off-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Gilver
2025-11-10 08:09:09 -06:00
committed by GitHub
parent 0699bf5e54
commit 99eb0c6cab
@@ -1,5 +1,4 @@
import "andax/bump_extras.rhai" as bump;
import "andax/spec.rhai" as spec;
let v = bump::madoguchi("nvidia-driver", labels.branch);
let m = gh("NVIDIA/open-gpu-kernel-modules");