sanjuuni: add update script (#335475)

This commit is contained in:
Peder Bergebakken Sundt
2024-09-18 20:38:42 +02:00
committed by GitHub
+6 -2
View File
@@ -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; {