keypunch: add updateScript

This commit is contained in:
seth 2024-11-19 08:34:58 -05:00
parent fa47863e66
commit 1422e691d2
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -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";