Update nix shell to have python

This commit is contained in:
Olivier 'reivilibre' 2022-11-19 16:33:14 +00:00
parent b5e9e55cad
commit e7eb9ef288
1 changed files with 2 additions and 0 deletions

View File

@ -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