diff options
| author | seth <getchoo@tuta.io> | 2024-11-19 08:34:58 -0500 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-11-20 20:46:27 +0000 |
| commit | bb7641ab57ad05c1d5504a86eec74b5b67435808 (patch) | |
| tree | d2e87fa3c17cdcaa853224cf1ff08b88bf58bfbd | |
| parent | keypunch: add getchoo to maintainers (diff) | |
| download | nixpkgs-bb7641ab57ad05c1d5504a86eec74b5b67435808.tar.gz | |
keypunch: add updateScript
(cherry picked from commit 1422e691d29897c887b0e93e1e3c81511ac64a27)
| -rw-r--r-- | pkgs/by-name/ke/keypunch/package.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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"; |
