Unverified Commit 6ca11d82 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

sanjuuni: add update script (#335475)

parents c16d1c48 3f8ab8fb
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";