IHaskell / learn-you-a-haskell-notebook

Jupyter adaptation of Learn You a Haskell for Great Good!
Other
294 stars 48 forks source link

add flake.nix to allow usage via nix, the purely functional package manager #15

Closed DavHau closed 2 years ago

DavHau commented 2 years ago

This will allow to run the jupyter notebook simply and reliably via:

nix run github:jamesdbrock/learn-you-a-haskell-notebook

What is nix?

jamesdbrock commented 2 years ago

Thanks @DavHau !

jamesdbrock commented 2 years ago

(Sorry about the long delay, I missed seeing this PR somehow)