Hi Dmitry, > After I did `nix-shell` engine-io package is not actually installed > inside this shell.
it is not supposed to be. The "env" attribute of engine-io (which is what nix-shell enters here) gives you an environment in which engine-io can be compiled. That environment does not contain engine-io. Best regards, Peter _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
