Files
nix/src/libexpr
Eelco Dolstra 6c98e6a5de Optionally ignore null-valued derivation attributes
This allows adding attributes like

  attr = if stdenv.system == "bla" then something else null;

without changing the resulting derivation on non-<bla> platforms.

We once considered adding a special "ignore" value for this purpose,
but using null seems more elegant.
2012-11-27 15:01:32 +01:00
..
2012-09-19 15:43:23 -04:00
2012-02-09 18:56:48 +01:00
2012-09-27 15:49:20 -04:00
2012-03-05 22:04:40 +01:00