This is a minimal working example for using python with nix, more information can be found here. You can
- Run a development environment using
nix-shell nix/
- Package the project with
nix-build nix/release.nix
- Build a docker image using
nix-build nix/docker.nix