We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df75cd2 commit 1756f4fCopy full SHA for 1756f4f
pkgs/tools/system/kanata/default.nix
@@ -5,6 +5,7 @@
5
, fetchFromGitHub
6
, jq
7
, moreutils
8
+, nix-update-script
9
, withCmd ? false
10
}:
11
@@ -50,6 +51,10 @@ rustPlatform.buildRustPackage rec {
50
51
install -Dm 444 assets/kanata-icon.svg $out/share/icons/hicolor/scalable/apps/kanata.svg
52
'';
53
54
+ passthru = {
55
+ updateScript = nix-update-script { };
56
+ };
57
+
58
meta = with lib; {
59
description = "Tool to improve keyboard comfort and usability with advanced customization";
60
homepage = "https://github.com/jtroo/kanata";
0 commit comments