learn-you-a-haskell-notebook icon indicating copy to clipboard operation
learn-you-a-haskell-notebook copied to clipboard

needs a flake.nix

Open nixinator opened this issue 3 years ago • 4 comments
trafficstars

I think Jupiter can be built from source with nix . so nixifying this project might be possible.

I'll put it on my TODO list.

nixinator avatar Mar 09 '22 05:03 nixinator

well well well, looks like @DavHau has already worked on this and has made a PR!

nixinator avatar Mar 09 '22 07:03 nixinator

Meeting robots from the future in the train to haskell. What a journey!

DavHau avatar Mar 09 '22 07:03 DavHau

The flake doesn't support x86_128-linux yet. I hope you are downward compatible.

DavHau avatar Mar 09 '22 07:03 DavHau

I'll be consumed by the the dockerapocalypse before then...

nixinator avatar Mar 09 '22 08:03 nixinator

There is now a flake.nix from #15

But nixifying this whole project would be great.

Possible starting points:

  • https://github.com/IHaskell/IHaskell/blob/master/flake.nix
  • https://github.com/tweag/jupyterWith/blob/main/flake.nix

jamesdbrock avatar Oct 29 '22 07:10 jamesdbrock

The flake.nix actually is a nixification of this whole project. And I just updated it to the latest jupyterWith. Thx again @DavHau .

jamesdbrock avatar Nov 07 '22 13:11 jamesdbrock