where does the error originate?
This commit is contained in:
+310
-310
File diff suppressed because it is too large
Load Diff
@@ -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.
|
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
|
#+begin_src nix :tangle home/apps/ai.nix :noweb tangle :mkdirp yes
|
||||||
{ config, pkgs, lib, flakeRoot, ... }:
|
{ config, hello, pkgs, lib, flakeRoot, ... }:
|
||||||
let
|
let
|
||||||
# Read environment variables from file
|
# Read environment variables from file
|
||||||
envVars = lib.genAttrs (builtins.splitStrings "\n" (builtins.readFile (toString ./assets/conf/apps/ai.env)))
|
envVars = lib.genAttrs (builtins.splitStrings "\n" (builtins.readFile (toString ./assets/conf/apps/ai.env)))
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{ config, pkgs, lib, flakeRoot, ... }:
|
{ config, hello, pkgs, lib, flakeRoot, ... }:
|
||||||
let
|
let
|
||||||
# Read environment variables from file
|
# Read environment variables from file
|
||||||
envVars = lib.genAttrs (builtins.splitStrings "\n" (builtins.readFile (toString ./assets/conf/apps/ai.env)))
|
envVars = lib.genAttrs (builtins.splitStrings "\n" (builtins.readFile (toString ./assets/conf/apps/ai.env)))
|
||||||
|
|||||||
Reference in New Issue
Block a user