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