Re: [Nix-dev] bind root hints

2013-10-15 Thread Tim Barbour
Peter Simons writes: The nixos bind package* does not seem to include any root hints, or any way to configure it to use them. Is it only intended to be used in a forwarding setup? my impression is that generating a fully fledged BIND config within NixOS is overkill, i.e. there

Re: [Nix-dev] bind root hints

2013-10-15 Thread Tim Barbour
Tim Barbour writes: I have modified the bind package to add a rootHints option. For backwards compatibility, I have the rootHints option defaulting to false, but one could reasonably argue that it should default to true. At least, when there are no forwarders, it should provide root

[Nix-dev] Correct way to solve `libgcc_s.so.1` problem

2013-10-15 Thread Daniel Hlynskyi
I'm using GHCi (inside load-env-haskell). It happend that I Ctrl-C'anceled a threaded program and GHCi was killed with libgcc_s.so.1 must be installed for pthread_cancel to work So now I have to instruct GHCi to find this library. But what is the proper way to do so in NixOS? I've found existing