monado: add updateScript
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
66a06e2861
commit
d748c85b58
@ -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; {
|
||||||
|
Loading…
Reference in New Issue
Block a user