sway-launcher-desktop: add updateScript

This commit is contained in:
dish
2025-11-24 18:37:54 -05:00
parent 06beb7a297
commit b5d918fcb2
@@ -5,6 +5,7 @@
gawk,
fetchFromGitHub,
makeWrapper,
nix-update-script,
}:
stdenv.mkDerivation rec {
@@ -40,6 +41,8 @@ stdenv.mkDerivation rec {
}
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "TUI Application launcher with Desktop Entry support";
mainProgram = "sway-launcher-desktop";