Skip to content

Commit

Permalink
fix(ollama): copy all content to derivation
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Dec 10, 2024
1 parent d3de6dc commit 6a0dba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overlays/ollama.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ stdenvNoCC.mkDerivation rec {
installPhase = ''
runHook preInstall
mkdir -p $out/bin
install -m755 -D bin/ollama $out/bin/ollama
mkdir -p $out
cp -r * $out
runHook postInstall
'';
Expand Down

0 comments on commit 6a0dba3

Please sign in to comment.