librechat-oci: nixos module and test
Some checks failed
Flake check / flake-check (pull_request) Failing after 2m34s

This commit is contained in:
sid 2026-05-13 01:11:09 +02:00
parent f3c63493ab
commit 68fcf86b97
4 changed files with 288 additions and 9 deletions

View file

@ -219,15 +219,8 @@
};
in
testPkgs.testers.runNixOSTest ./tests/run/synapse.nix;
# NOTE: disabled for now since the test takes too long to execute
# open-webui-oci-test =
# let
# testPkgs = import nixpkgs {
# inherit system;
# };
# in
# testPkgs.testers.runNixOSTest ./tests/run/open-webui-oci.nix;
open-webui-oci-test = pkgs.testers.runNixOSTest ./tests/run/open-webui-oci.nix;
librechat-oci-test = pkgs.testers.runNixOSTest ./tests/run/librechat-oci.nix;
}
);