[Nix-dev] nix-shell for a custom haskell library

Dmitry Malikov malikov.d.y at gmail.com
Sat May 30 20:49:07 CEST 2015


I'm trying to setup a development environment for a custom haskell library
basing on a tutorial by Oliver Charles (http://wiki.ocharles.org.uk/Nix).

So, here is a `shell.nix` of engine-io package
with (import <nixpkgs> {}).pkgs;
(haskellngPackages.callPackage ./. {}).env

After I did `nix-shell` engine-io package is not actually installed inside
this shell:
>> ghc-pkg list | grep engine
>>

How to get Network.EngineIO available inside a nix-shell in this case?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.science.uu.nl/pipermail/nix-dev/attachments/20150530/1d056122/attachment.html 


More information about the nix-dev mailing list