Skip to content

Commit

Permalink
chore(deps): lock file maintenance (#299)
Browse files Browse the repository at this point in the history
* chore(deps): lock file maintenance

* feat: remove ollama override

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Terje Larsen <terlar@gmail.com>
  • Loading branch information
renovate[bot] and terlar authored Sep 29, 2024
1 parent 27577bd commit 10c2640
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 51 deletions.
6 changes: 3 additions & 3 deletions dev/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

74 changes: 37 additions & 37 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 10c2640

Please sign in to comment.