cleanup
This commit is contained in:
@@ -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
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user