From 891ce0ce17ff543ea15d7dcbf8588d5598bc0f5a Mon Sep 17 00:00:00 2001 From: Fern Garden Date: Sat, 23 Aug 2025 17:00:08 +0800 Subject: [PATCH] Latest rockbox-utility --- overlay.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overlay.nix b/overlay.nix index 05cad89..b00903a 100644 --- a/overlay.nix +++ b/overlay.nix @@ -17,6 +17,9 @@ with inputs; # Latest protonmail-desktop protonmail-desktop = (import nixpkgs-unstable {inherit system;}).protonmail-desktop; + # Latest Rockbox Utility. + rockbox-utility = (import nixpkgs-unstable {inherit system;}).rockbox-utility; + # Latest FluffyChat. fluffychat = (import nixpkgs-unstable