Skip to content

Commit

Permalink
nixpkgs: Make Iosevka recognizable by IntelliJ
Browse files Browse the repository at this point in the history
  • Loading branch information
fmthoma committed Apr 15, 2017
1 parent e18ed81 commit c9b06d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nixpkgs/pkgs/iosevka/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
'';

installPhase = ''
fontdir=$out/share/fonts/iosevka
fontdir=$out/share/fonts/truetype
mkdir -p $fontdir
cp -v dist/iosevka-custom/* $fontdir
'';
Expand Down

0 comments on commit c9b06d5

Please sign in to comment.