Enable ovni for cross compilation
All checks were successful
CI / build:cross (pull_request) Successful in 6s
CI / build:all (pull_request) Successful in 15s

This commit is contained in:
Rodrigo Arias 2025-10-09 14:40:35 +02:00
parent 5ce7066f1d
commit 40c8a12a34

View File

@ -55,4 +55,7 @@ in
doCheck = true;
checkTarget = "test";
hardeningDisable = [ "all" ];
meta = {
cross = true;
};
}