stract: add update script

This commit is contained in:
eljamm
2025-01-24 11:04:50 +01:00
committed by Valentin Gagarin
parent cc3d676b47
commit f8f19caca1
+3
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
unstableGitUpdater,
fetchurl,
rustPlatform,
pkg-config,
@@ -58,6 +59,8 @@ rustPlatform.buildRustPackage {
rm -rf target/${stdenv.hostPlatform.rust.cargoShortTarget}/release/build/
'';
passthru.updateScript = unstableGitUpdater { };
meta = {
description = "Open source web search engine hosted at stract.com targeted towards tinkerers and developers.";
homepage = "https://github.com/StractOrg/stract";