Skip to content

Commit

Permalink
feat: remove ollama override
Browse files Browse the repository at this point in the history
  • Loading branch information
terlar committed Sep 29, 2024
1 parent f1c1c84 commit 24963d3
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions packages/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
_: prev:
_: _:

{
ollama-cuda = prev.ollama-cuda.overrideAttrs rec {
version = "0.3.5";
src = prev.fetchFromGitHub {
owner = "ollama";
repo = "ollama";
rev = "v${version}";
hash = "sha256-2lPOkpZ9AmgDFoIHKi+Im1AwXnTxSY3LLtyui1ep3Dw=";
fetchSubmodules = true;
};
};
}

0 comments on commit 24963d3

Please sign in to comment.