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