diff --git a/overlays/sonoscli.nix b/overlays/sonoscli.nix deleted file mode 100644 index 98fbcad..0000000 --- a/overlays/sonoscli.nix +++ /dev/null @@ -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"; - }; - }; -} diff --git a/profiles/packages.nix b/profiles/packages.nix index 10d5151..0182c51 100644 --- a/profiles/packages.nix +++ b/profiles/packages.nix @@ -57,5 +57,4 @@ with pkgs; gcc15 ghostty.terminfo lm_sensors - sonoscli ]