Commit ef547644 authored by Paul Meyer's avatar Paul Meyer
Browse files

bluetuith: add update script

parent b8063f4a
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
{ lib, buildGoModule, fetchFromGitHub }:
{ lib
, buildGoModule
, fetchFromGitHub
, nix-update-script
}:

buildGoModule rec {
  pname = "bluetuith";
@@ -21,6 +25,8 @@ buildGoModule rec {
    "-X github.com/darkhz/bluetuith/cmd.Version=${version}@nixpkgs"
  ];

  passthru.updateScript = nix-update-script { };

  meta = with lib; {
    description = "TUI-based bluetooth connection manager";
    longDescription = ''