-
Notifications
You must be signed in to change notification settings - Fork 5
Jakub Kozlowski edited this page May 23, 2015
·
9 revisions
-
How to setup so that it actually works - http://www.chrisjr.org/posts/2014/12/22/nix-osx-haskell/
-
https://ocharles.org.uk/blog/posts/2014-02-04-how-i-develop-with-nixos.html
-
http://stackoverflow.com/questions/27968909/how-to-get-cabal-and-nix-work-together
-
http://article.gmane.org/gmane.linux.distributions.nixos/15045
-
https://www.mail-archive.com/[email protected]/msg14428.html
-
Make sure the $NIX_PATH is setup correctly afterwards to point to the right place:
export NIX_PATH="nixpkgs=~/.nix-defexpr/nixpkgs"
as opposed to the default:
export NIX_PATH="nixpkgs=/Users/jakubkozlowski/.nix-defexpr/channels/nixpkgs"