ollama: remove versionCheckHook

was failing with "panic: $HOME is not defined"
This commit is contained in:
awwpotato
2025-04-17 16:41:30 -07:00
parent 7ab57bb76b
commit c5c7b6913b

View File

@@ -19,7 +19,6 @@
cudaArches ? cudaPackages.cudaFlags.realArches or [ ],
darwin,
autoAddDriverRunpath,
versionCheckHook,
# passthru
nixosTests,
@@ -247,10 +246,6 @@ goBuild {
__darwinAllowLocalNetworking = true;
nativeInstallCheck = [ versionCheckHook ];
versionCheckProgramArg = "--version";
doInstallCheck = true;
passthru = {
tests =
{