Works with LLM but should be able to do this cleaner
This commit is contained in:
@@ -69,6 +69,7 @@
|
||||
sops-nix,
|
||||
nix-vscode-extensions,
|
||||
catppuccin,
|
||||
llm-agents,
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
|
||||
@@ -92,7 +92,7 @@ in
|
||||
];
|
||||
})
|
||||
]
|
||||
++ (import ../../modules/shared/packages.nix { inherit pkgs; })
|
||||
++ (import ../../modules/shared/packages.nix { inherit pkgs llm-agents; })
|
||||
|
||||
;
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
with pkgs;
|
||||
let
|
||||
shared-packages = import ../shared/packages.nix { inherit pkgs; };
|
||||
shared-packages = import ../shared/packages.nix { inherit pkgs llm-agents; };
|
||||
in
|
||||
shared-packages
|
||||
++ [
|
||||
|
||||
Reference in New Issue
Block a user