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 [ ],
|
cudaArches ? cudaPackages.cudaFlags.realArches or [ ],
|
||||||
darwin,
|
darwin,
|
||||||
autoAddDriverRunpath,
|
autoAddDriverRunpath,
|
||||||
versionCheckHook,
|
|
||||||
|
|
||||||
# passthru
|
# passthru
|
||||||
nixosTests,
|
nixosTests,
|
||||||
@@ -247,10 +246,6 @@ goBuild {
|
|||||||
|
|
||||||
__darwinAllowLocalNetworking = true;
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
nativeInstallCheck = [ versionCheckHook ];
|
|
||||||
versionCheckProgramArg = "--version";
|
|
||||||
doInstallCheck = true;
|
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
tests =
|
tests =
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user