rebuilding nix files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, lib, flakeRoot ... }:
|
||||
{ config, pkgs, lib, flakeRoot, ... }:
|
||||
|
||||
let
|
||||
# Read environment variables (OLLAMA_HOST and MISTRAL_API_KEY) from a local file.
|
||||
@@ -10,7 +10,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