fix nixpkgs and trillium

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-10-09 16:06:18 -05:00
parent 9e58c21946
commit 58348b3c83
4 changed files with 19 additions and 7 deletions

View file

@ -4,7 +4,7 @@
}:
let
declaration = "services/misc/litellm.nix";
nixpkgs = inputs.open-webui-nixpkgs;
nixpkgs = inputs.litellm-nixpkgs;
pkgs = import nixpkgs {
system = "x86_64-linux";
config.allowUnfree = true;