xr-hardware: add update script
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
ef0cd26be7
commit
4da48aa680
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ lib
|
||||
, stdenvNoCC
|
||||
, fetchFromGitLab
|
||||
, nix-update-script
|
||||
}:
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "xr-hardware";
|
||||
|
@ -20,6 +21,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
installTargets = "install_package";
|
||||
installFlagsArray = "DESTDIR=${placeholder "out"}";
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "Hardware description for XR devices";
|
||||
homepage = "https://gitlab.freedesktop.org/monado/utilities/xr-hardware";
|
||||
|
|
Loading…
Reference in a new issue