sremedios / nifti-hs

Pure NIFTI transformations with Haskell
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

WIP: Add stuff for a nix-based development environment #1

Closed einargs closed 4 years ago

einargs commented 4 years ago

Adds ability for a nix user to run nix-shell to drop into an environment with stack and ghcid.

Later we could also set things up to build using nix fairly easily, though as long as this is a pure haskell project there's almost certainly not much benefit to that.

einargs commented 4 years ago

If we don't do this we can .gitignore shell.nix and I'll keep a copy locally or something, but I'd really like to have it in source control.

sremedios commented 4 years ago

I think this is fine. The files are small and this just makes stuff better.