From d6b565f2777adffb13aa605463148157556282bc Mon Sep 17 00:00:00 2001 From: n Date: Thu, 20 Mar 2025 14:39:01 +0530 Subject: [PATCH] nixos/yabar: update package option description --- nixos/modules/programs/yabar.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/modules/programs/yabar.nix b/nixos/modules/programs/yabar.nix index c9275889927b..08d7036a3e39 100644 --- a/nixos/modules/programs/yabar.nix +++ b/nixos/modules/programs/yabar.nix @@ -79,8 +79,7 @@ in description = '' The package which contains the `yabar` binary. - Nixpkgs provides the `yabar` and `yabar-unstable`, - so it's possible to choose. + Nixpkgs offers both a stable (`yabar`) and unstable (`yabar-unstable`) version of Yabar. ''; };