No description
flake.lock | ||
flake.nix | ||
Outfit-Regular.ttf | ||
poetry-env.nix | ||
poetry.lock | ||
pyproject.toml | ||
README.md | ||
run-docker.sh | ||
shell.nix | ||
test.py |
A Repo to test the differences between Pillow in Docker and Nix
Running it in Docker:
docker run -it --rm --entrypoint bash -v .:/app python:3.10 /app/run-docker.sh
Results in
(121, 13)
Running it in Nix:
nix develop --command ./test.py
Results in
(125, 13)