Excerpts from Mathijs Kwik's message of Thu Jan 12 23:53:31 +0100 2012: > > What am I doing wrong? [ fun arg ] is read as [fun, arg] by nix (two list elements). You want [(fun arg)]. Marc Weber