diff --git a/shell.nix b/shell.nix index 43391f0..560f5b2 100644 --- a/shell.nix +++ b/shell.nix @@ -6,8 +6,6 @@ pkgs.mkShell { unstable.uv unstable.python312Packages.ipykernel unstable.python312Packages.rich - # pkgs.python312Packages.iso8601 - # unstable.appdaemon ]; shellHook = '' @@ -19,6 +17,6 @@ pkgs.mkShell { alias python="/usr/src/app/.venv/bin/python3" alias ad="python -m appdaemon" cd /usr/src/app - uv sync --all-extras --upgrade --inexact + uv sync --all-extras --upgrade --inexact ''; }