aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: e01dfe6ec10cccc96fa72fd573a62a0b1ea65c0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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`.