MondayMorningHaskell / haskellings

An automated tutorial to teach you about Haskell!
BSD 3-Clause "New" or "Revised" License
166 stars 25 forks source link

Add buildInput dependency to set ghc path in shell.nix #43

Closed sebastiant closed 3 years ago

sebastiant commented 3 years ago

Current shell.nix requires whereis (and hence is not working in a pure nix-shell) and the sed command yielded faulty output on my linux machine (not sure if that's a macOS commandline tools thing or not). By adding the slightly more fitting tool which as a depdendency and using haskellings worked for me

MondayMorningHaskell commented 3 years ago

Apologies for the delay!

Thank you for this! I was having issues with Nix and this makes it work for me as well. Also reminds me I need to make some Nix changes for the bump-version PR.