kloak: add nix-update-script
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
libinput,
|
||||
wayland,
|
||||
libxkbcommon,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@@ -55,6 +56,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Privacy tool for anonymizing keyboard and mouse use";
|
||||
homepage = "https://github.com/Whonix/kloak";
|
||||
|
||||
Reference in New Issue
Block a user