lol

Merge pull request #11848 from eddyb/patch-1

Revert change from cp -v to cp -r in fira-code.

+1 -1
+1 -1
pkgs/data/fonts/fira-code/default.nix
··· 15 15 16 16 installPhase = '' 17 17 mkdir -p $out/share/fonts/opentype 18 - cp -r *.otf $out/share/fonts/opentype 18 + cp -v *.otf $out/share/fonts/opentype 19 19 ''; 20 20 21 21 meta = with stdenv.lib; {