No description
This repository has been archived on 2023-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2023-12-20 13:25:41 +01:00
flake.lock Upgraded nixpkgs and poetry2nix. 2023-12-20 13:25:06 +01:00
flake.nix Upgraded nixpkgs and poetry2nix. 2023-12-20 13:25:06 +01:00
Outfit-Regular.ttf Initial commit. 2023-12-19 15:25:25 +01:00
poetry-env.nix Added overrides for pillow. 2023-12-20 13:25:41 +01:00
poetry.lock Initial commit. 2023-12-19 15:25:25 +01:00
pyproject.toml Initial commit. 2023-12-19 15:25:25 +01:00
README.md Added a readme. 2023-12-19 15:33:02 +01:00
run-docker.sh Added a runner helper for docker. 2023-12-19 15:32:55 +01:00
shell.nix Initial commit. 2023-12-19 15:25:25 +01:00
test.py Initial commit. 2023-12-19 15:25:25 +01:00

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)