kloak: add nix-update-script

This commit is contained in:
sotormd
2026-05-12 14:54:09 +05:30
parent a804b0a334
commit 0d262156e9
+3
View File
@@ -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";