From 843920f4a58b397d1d9b2e48e04edc1b4b979fc5 Mon Sep 17 00:00:00 2001 From: metcya Date: Tue, 6 Jan 2026 19:45:51 -0600 Subject: [PATCH] possible fix --- anda/apps/sunshine/ci_setup.rhai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/sunshine/ci_setup.rhai b/anda/apps/sunshine/ci_setup.rhai index 5f355578a2..a813a15e0e 100644 --- a/anda/apps/sunshine/ci_setup.rhai +++ b/anda/apps/sunshine/ci_setup.rhai @@ -1,2 +1,2 @@ -import "andax/ci/nvidia.rhai" as extra_repos; +import "andax/nvidia.rhai" as extra_repos; extra_repos::install(labels);