monado: add updateScript

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-06-30 14:31:34 -04:00
parent 66a06e2861
commit d748c85b58
No known key found for this signature in database
GPG key ID: E13DFD4B47127951

View file

@ -30,6 +30,7 @@
, libXdmcp
, libXext
, libXrandr
, nix-update-script
, onnxruntime
, opencv4
, openhmd
@ -141,8 +142,9 @@ stdenv.mkDerivation (finalAttrs: {
export XDG_CONFIG_DIRS=@out@/etc/xdg''${XDG_CONFIG_DIRS:+:''${XDG_CONFIG_DIRS}}
'';
passthru.tests = {
basic-service = nixosTests.monado;
passthru = {
updateScript = nix-update-script { };
tests.basic-service = nixosTests.monado;
};
meta = with lib; {