Book Display

This commit is contained in:
2025-09-16 03:09:08 -04:00
parent 2e136eeab0
commit f59b3794ea
5 changed files with 494 additions and 23 deletions

View File

@@ -60,6 +60,13 @@
}
venvVersionWarn
if [ -f .env ]; then
set -a
source .env
set +a
echo "Loaded .env file"
fi
'';
packages = with python.pkgs; [