On Fri, Jan 20, 2012 at 06:00:36PM +0400, Yury G. Kudryashov wrote: > Eelco Dolstra wrote: > >>> + mkdir -pv $out/bin > >>> + cp -v "$@" $out/bin > > > > This actually made me wonder why we have an "installBin" function in > > stdenv. It doesn't appear to be used anywhere in Nixpkgs... > Then we can remove this function.
It may be useful in writing short mkDerivations for those who have scripts in nix expressions, instead of ~/bin or so. I didn't know it, though. And on -v or not -v... I don't have any strong opinion. _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
