mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
monado: add updateScript
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
66a06e2861
commit
d748c85b58
1 changed files with 4 additions and 2 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue