Start up the pure development shell:
nix develop --ignore-environment
Once inside the shell, you can run standard Python commands:
python ./main.py
To use the Python environment without checking out this repo:
nix develop 'github:the-nix-way/nix-flake-dev-environments?dir=python'