Unverified Commit 3f8ab8fb authored by Tomodachi94's avatar Tomodachi94
Browse files

sanjuuni: add update script

parent 366e5621
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  poco,
  ocl-icd,
  opencl-clhpp,
  gitUpdater,
  callPackage,
}:

@@ -38,9 +39,12 @@ stdenv.mkDerivation rec {
    runHook postInstall
  '';

  passthru.tests = {
  passthru = {
    tests = {
      run-on-nixos-artwork = callPackage ./tests/run-on-nixos-artwork.nix { };
    };
    updateScript = gitUpdater { };
  };

  meta = with lib; {
    homepage = "https://github.com/MCJack123/sanjuuni";