Commit b5d918fc authored by dish's avatar dish
Browse files

sway-launcher-desktop: add updateScript

parent 06beb7a2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";