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
@@ -1,4 +1,4 @@
{ 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)))