From 1422e691d29897c887b0e93e1e3c81511ac64a27 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 19 Nov 2024 08:34:58 -0500 Subject: [PATCH] keypunch: add updateScript --- pkgs/by-name/ke/keypunch/package.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/by-name/ke/keypunch/package.nix b/pkgs/by-name/ke/keypunch/package.nix index 6ac38bbe0c2a..2efc9afb44ce 100644 --- a/pkgs/by-name/ke/keypunch/package.nix +++ b/pkgs/by-name/ke/keypunch/package.nix @@ -3,6 +3,7 @@ stdenv, fetchFromGitHub, rustPlatform, + nix-update-script, cargo, rustc, meson, @@ -53,6 +54,10 @@ stdenv.mkDerivation (finalAttrs: { buildInputs = [ libadwaita ]; + passthru = { + updateScript = nix-update-script { }; + }; + meta = { description = "Practice your typing skills"; homepage = "https://github.com/bragefuglseth/keypunch";