sway-launcher-desktop: add updateScript
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user