tmuxPlugins.*: set passthru.updateScript
Needed for update.nix to work. Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
pkgs,
|
||||
stdenv,
|
||||
config,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -46,6 +47,8 @@ let
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
inherit
|
||||
pluginName
|
||||
unpackPhase
|
||||
|
||||
Reference in New Issue
Block a user