rebuilding nix files
This commit is contained in:
@@ -1643,7 +1643,7 @@ It ensures the Ollama CLI is available system-wide for interacting with local mo
|
||||
It automatically pulls and prepares selected coding models (e.g., Qwen2.5-Coder and StarCoder2) at system activation.
|
||||
|
||||
#+begin_src nix :tangle home/apps/ai.nix :noweb tangle :mkdirp yes
|
||||
{ config, pkgs, lib, flakeRoot ... }:
|
||||
{ config, pkgs, lib, flakeRoot, ... }:
|
||||
|
||||
let
|
||||
# Read environment variables (OLLAMA_HOST and MISTRAL_API_KEY) from a local file.
|
||||
@@ -1655,7 +1655,6 @@ let
|
||||
(nameValue: builtins.splitString "=" nameValue);
|
||||
in
|
||||
{
|
||||
# --- Packages ---
|
||||
# Install ZED editor and Ollama with Vulkan support (for CPU/AMD).
|
||||
# For NVIDIA GPUs, replace `ollama-vulkan` with `ollama`.
|
||||
# For AMD ROCm, use `ollama-rocm` and ensure ROCm is installed.
|
||||
|
||||
Reference in New Issue
Block a user