Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 335 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 335 Bytes

Python

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'