Works with LLM but should be able to do this cleaner

This commit is contained in:
Olaf Kolkman
2026-07-08 22:34:15 +02:00
parent 78ffc4e895
commit 626a07e7e9
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -69,6 +69,7 @@
sops-nix, sops-nix,
nix-vscode-extensions, nix-vscode-extensions,
catppuccin, catppuccin,
llm-agents,
... ...
}@inputs: }@inputs:
let let
+1 -1
View File
@@ -92,7 +92,7 @@ in
]; ];
}) })
] ]
++ (import ../../modules/shared/packages.nix { inherit pkgs; }) ++ (import ../../modules/shared/packages.nix { inherit pkgs llm-agents; })
; ;
+1 -1
View File
@@ -2,7 +2,7 @@
with pkgs; with pkgs;
let let
shared-packages = import ../shared/packages.nix { inherit pkgs; }; shared-packages = import ../shared/packages.nix { inherit pkgs llm-agents; };
in in
shared-packages shared-packages
++ [ ++ [