yi-editor / yi

The Haskell-Scriptable Editor
GNU General Public License v2.0
1.5k stars 199 forks source link

Add default.nix to build yi with nix #1109

Open jpotier opened 5 years ago

jpotier commented 5 years ago

The build is pinned to Haskell LTS 11.12. To build, run: $ nix build -f default.nix haskellPackages.yi

To run the resulting binary, enter: $ ./result/bin/yi

jpotier commented 5 years ago

Actually, I could make this a bit better. So more to come.