@@ -0,0 +1,13 @@
{ pkgs ? import <nixpkgs> {}, unstable ? import <nixpkgs-unstable> {} }:
pkgs.mkShell {
buildInputs = [
pkgs.python312
unstable.uv
# unstable.appdaemon
];
shellHook = ''
echo "Welcome to the Nix shell for AppDaemon development"
'';
}
The note is not visible to the blocked user.