From 645d847ba647cd0b424c5fd6eb28e55e4ad5282f Mon Sep 17 00:00:00 2001 From: root Date: Mon, 16 Sep 2024 10:56:29 -0500 Subject: [PATCH] cleanup --- shell.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 ''; }