Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -965,7 +965,7 @@ in nzbhydra2 = handleTest ./nzbhydra2.nix { }; ocis = handleTest ./ocis.nix { }; oddjobd = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./oddjobd.nix { }; obs-studio = handleTest ./obs-studio.nix { }; obs-studio = runTest ./obs-studio.nix; oh-my-zsh = handleTest ./oh-my-zsh.nix { }; ollama = runTest ./ollama.nix; ollama-cuda = runTestOn [ "x86_64-linux" "aarch64-linux" ] ./ollama-cuda.nix; Loading nixos/tests/obs-studio.nix +31 −33 Original line number Diff line number Diff line import ./make-test-python.nix ( { ... }: { Loading Loading @@ -37,4 +36,3 @@ import ./make-test-python.nix ( machine.succeed("which obs-vkcapture") ''; } ) Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -965,7 +965,7 @@ in nzbhydra2 = handleTest ./nzbhydra2.nix { }; ocis = handleTest ./ocis.nix { }; oddjobd = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./oddjobd.nix { }; obs-studio = handleTest ./obs-studio.nix { }; obs-studio = runTest ./obs-studio.nix; oh-my-zsh = handleTest ./oh-my-zsh.nix { }; ollama = runTest ./ollama.nix; ollama-cuda = runTestOn [ "x86_64-linux" "aarch64-linux" ] ./ollama-cuda.nix; Loading
nixos/tests/obs-studio.nix +31 −33 Original line number Diff line number Diff line import ./make-test-python.nix ( { ... }: { Loading Loading @@ -37,4 +36,3 @@ import ./make-test-python.nix ( machine.succeed("which obs-vkcapture") ''; } )