Eelco Dolstra 3b9a62c964 Pass inputs to release expressions using -I
This means that you can now write (for instance)

  with <nixpkgs> { ... };

in release.nix, rather than

  { nixpkgs } :

  with nixpkgs { ... };
2011-12-05 13:08:43 +01:00
..
2011-11-30 12:07:47 +01:00
2011-12-02 15:58:26 +01:00
2009-03-05 13:41:57 +00:00
2011-02-09 10:19:36 +00:00
2011-11-30 15:25:28 +01:00
2009-11-17 15:16:41 +00:00