This project is an example of how to use Nix package manager to build Haskell package which uses Tensorflow.
The skeleton of the repository layout and most of the Nix expressions are taken from the rather excellent Nix + Haskell example projct by Sukant Hajra https://github.com/shajra/example-nix
- git clone git://github.com/kaitanie/nix-haskell-tensorflow.git
- cd nix-haskell-tensorflow
- nix-build
- ./result/bin/my-app
You can start the shell environment with command `nix-shell`.