open-webui-oci: replace version with image option
All checks were successful
Flake check / flake-check (pull_request) Successful in 23s
Build tests / build-hosts (pull_request) Successful in 25s

This commit is contained in:
sid 2026-03-01 16:10:57 +01:00
parent 7b54ef433e
commit 9a400d96d1
4 changed files with 76 additions and 8 deletions

View file

@ -219,6 +219,15 @@
};
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;
}
);