diff --git a/pkgs/by-name/sa/sanjuuni/package.nix b/pkgs/by-name/sa/sanjuuni/package.nix index 413c8b2f4695..231714941462 100644 --- a/pkgs/by-name/sa/sanjuuni/package.nix +++ b/pkgs/by-name/sa/sanjuuni/package.nix @@ -7,6 +7,7 @@ poco, ocl-icd, opencl-clhpp, + gitUpdater, callPackage, }: @@ -38,8 +39,11 @@ stdenv.mkDerivation rec { runHook postInstall ''; - passthru.tests = { - run-on-nixos-artwork = callPackage ./tests/run-on-nixos-artwork.nix { }; + passthru = { + tests = { + run-on-nixos-artwork = callPackage ./tests/run-on-nixos-artwork.nix { }; + }; + updateScript = gitUpdater { }; }; meta = with lib; {