From e7eb9ef288ea005177e95525e46438f9773cabbc Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Sat, 19 Nov 2022 16:33:14 +0000 Subject: [PATCH] Update nix shell to have python --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell.nix b/shell.nix index dae8c4e..dfac4b9 100644 --- a/shell.nix +++ b/shell.nix @@ -18,11 +18,13 @@ pkgs.mkShell { pkgs.pkg-config pkgs.alsa-lib + pkgs.sqlite #pkgs.libclang # ?? ]; nativeBuildInputs = [ pkgs.openssl + pkgs.python3 ]; # Needed for bindgen when binding to avahi