Excerpts from roconnor's message of Fri Oct 22 21:55:07 +0200 2010:
> There was an idea tossed around on #nixos a few days ago that mkDerivation 
> should remove the nulls from buildInputs (and maybe other items too). 
> This would help make more consistent hashes that now currently change when 
> we do refactoring that removes an item from the build input vs setting it 
> to null.
There was a discussion month ago on the mailinglist. But for different
reasons.

{
  foo = null
  bar = [abc null];
}

should be stripped to

{ bar = [ abc]; }

then?

Marc Weber
_______________________________________________
nix-dev mailing list
nix-dev@cs.uu.nl
https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Reply via email to