Added indent

svn path=/nixpkgs/trunk/; revision=9790
This commit is contained in:
Michael Raskin
2007-11-25 18:35:33 +00:00
parent 7d7850cf03
commit 83e5475251
3 changed files with 45 additions and 0 deletions
@@ -0,0 +1,9 @@
let
realPath=y: (__toPath ((toString ./JustNothing/.. )+"/"+y.version+".nix"));
dispatch=(x: ((import (realPath x)) x));
in
args :
with args;
with builderDefs {src="";} null;
let eater=(lib.sumArgs dispatch args); in
eater