2b5369552c
svn path=/nixpkgs/trunk/; revision=9776
10 lines
236 B
Nix
10 lines
236 B
Nix
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
|