{ pkgs ? import {}, unstable ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.python312 unstable.uv # unstable.appdaemon ]; shellHook = '' echo "Welcome to the Nix shell for AppDaemon development" ''; }