This commit is contained in:
2026-01-10 17:06:42 +00:00
parent 5d632d1a57
commit 3271c16489
2 changed files with 0 additions and 27 deletions

View File

@@ -1,26 +0,0 @@
{inputs}: final: prev: {
sonoscli =
prev.buildGoModule rec {
pname = "sonoscli";
version = "0.1.0";
src =
prev.fetchFromGitHub {
owner = "steipete";
repo = "sonoscli";
rev = "v${version}";
hash = "sha256-9ouRJ0Rr+W5Kx9BltgW29Jo1Jq7Hb/un4XBkq+0in9o=";
};
vendorHash = "sha256-hocnLCzWN8srQcO3BMNkd2lt0m54Qe7sqAhUxVZlz1k=";
subPackages = ["cmd/sonos"];
meta = with prev.lib; {
description = "Control SONOS speakers from your terminal";
homepage = "https://github.com/steipete/sonoscli";
license = licenses.mit;
mainProgram = "sonos";
};
};
}

View File

@@ -57,5 +57,4 @@ with pkgs;
gcc15 gcc15
ghostty.terminfo ghostty.terminfo
lm_sensors lm_sensors
sonoscli
] ]