This commit is contained in:
John Lancaster
2024-09-16 02:23:39 +00:00
parent 219120983b
commit 8a4620c574
4 changed files with 19 additions and 4 deletions

View File

@@ -4,6 +4,8 @@ pkgs.mkShell {
buildInputs = [
pkgs.python312
unstable.uv
unstable.python312Packages.ipykernel
unstable.python312Packages.rich
# unstable.appdaemon
];