find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
svn path=/nixpkgs/trunk/; revision=7570
It needs cleaning up (I think^Wknow there are some impurities in all the scripts and the config) and it is non-functional until the nagios-plugins package has been added. svn path=/nixpkgs/trunk/; revision=7506