aboutsummaryrefslogtreecommitdiff

Python with Nix Flakes

This repo is just to show how to use flakes with a simple python project. To try it out you can clone the repo and run:

nix develop
python main.py

nix develop will drop you into a bash shell that will have everything you need to run main.py.