sirula: add update script

This commit is contained in:
atagen
2025-01-18 12:48:41 +11:00
parent 21da4a7f0e
commit 2d2b75968d
+3
View File
@@ -1,4 +1,5 @@
{
nix-update-script,
lib,
fetchFromGitHub,
rustPlatform,
@@ -28,6 +29,8 @@ rustPlatform.buildRustPackage rec {
gtk-layer-shell
];
passthru.updateScript = nix-update-script { };
meta = {
description = "Simple app launcher for wayland written in rust";
homepage = "https://github.com/DorianRudolph/sirula";