Michael Raskin wrote:

> Ludovic Courts wrote:
>> Add `host' to `systemPathList'.
> 
>>      pkgs.gnutar
>>      pkgs.grub
>>      pkgs.gzip
>> +    pkgs.host
>>      pkgs.iputils
>>      pkgs.less
>>      pkgs.lvm2
> 
> I don't think that is a good idea... host is a part of BIND distribution
> (together with dig), so that addition will cause conflicts for everyone
> wishing to install complete BIND toolset (including server). Make it
> lowPrio at least.

Actually, I'm very happy to finally have a "host" command, that was one of my
perennial annoyances with NixOS :-)  It should definitely be part of the default
install.

Also, systemPath is built with `ignoreCollisions = true', so it shouldn't really
be a problem.  You'll just get the first "host" in the list.  Maybe we should
move pkgs.host to the bottom of the list, even below the (++
config.environment.extraPackages)?  Then you'll still get the "host" from BIND
if you so desire.

-- 
Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/
_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Reply via email to