From a45a0bbcb5703f44c7199cb8650f381ed509b4cf Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Thu, 14 Mar 2024 13:55:04 +1100 Subject: [PATCH] flake: expose spotify-adblock --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c6619c5..48dcb21 100644 --- a/flake.nix +++ b/flake.nix @@ -94,7 +94,7 @@ }; in { - inherit (pkgs.me) linux-lava; + inherit (pkgs.me) linux-lava spotify-adblock; }; packages."aarch64-linux" =