where does the error originate?

This commit is contained in:
2026-02-28 10:48:37 +01:00
parent cd8a99600b
commit 26fbe4316c
3 changed files with 312 additions and 312 deletions
+1 -1
View File
@@ -1655,7 +1655,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, hello, pkgs, lib, flakeRoot, ... }:
let
# Read environment variables from file
envVars = lib.genAttrs (builtins.splitStrings "\n" (builtins.readFile (toString ./assets/conf/apps/ai.env)))