1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

local-ai: string -> str (#8116)

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-11-02 22:41:08 -06:00 committed by GitHub
parent 61f2cc5908
commit d9cd40d2da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 5 deletions

View file

@ -18,7 +18,7 @@ in
package = lib.mkPackageOption pkgs "local-ai" { };
environment = lib.mkOption {
type = types.attrsOf types.string;
type = types.attrsOf types.str;
default = { };
description = ''
Additional environment passed to local-ai service. Used to configure local-ai