ear2ctl: add nix-update-script

This commit is contained in:
jaredmontoya 2024-07-23 23:35:48 +02:00
parent 1c0028d9af
commit 1699f1d24c

View File

@ -1,4 +1,11 @@
{ lib, rustPlatform, fetchFromGitLab, pkg-config, dbus }:
{
lib,
rustPlatform,
fetchFromGitLab,
pkg-config,
dbus,
nix-update-script,
}:
rustPlatform.buildRustPackage rec {
pname = "ear2ctl";
@ -17,6 +24,8 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ dbus ];
passthru.updateScript = nix-update-script { };
meta = {
description = "Linux controller for the Nothing Ear (2)";
homepage = "https://gitlab.com/bharadwaj-raju/ear2ctl";