ollama: remove versionCheckHook
was failing with "panic: $HOME is not defined"
This commit is contained in:
@@ -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 =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user