From 42ae9156458ab4c224f6ca155fc715f9fae44e3f Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Sat, 30 Mar 2024 23:31:28 +0000 Subject: [PATCH] chore(nix): add missing libpulseaudio to shell --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index d8dda7bf..66f6b9d2 100644 --- a/shell.nix +++ b/shell.nix @@ -9,6 +9,7 @@ pkgs.mkShell { gtk-layer-shell gcc openssl + libpulseaudio ]; nativeBuildInputs = with pkgs; [