rebuilding nix files

This commit is contained in:
2026-02-28 11:09:50 +01:00
parent cdb42fd563
commit 9bd5a5c625
3 changed files with 309 additions and 312 deletions
+1 -2
View File
@@ -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.