font fix? maybe?

This commit is contained in:
Reid 2024-04-02 19:01:15 -07:00
parent 565aac949c
commit a6db96fb0a
4 changed files with 3 additions and 5 deletions

View file

@ -8,7 +8,7 @@ stdenvNoCC.mkDerivation {
owner = "jacobxperez";
repo = "atkinson-hyperlegible-pro";
rev = "2576e71d09f57eac8d5e7d9d42b9e7ce49f759e1";
hash = lib.fakeHash;
hash = "sha256-Zqr4dwrT/QWpYlNlLCVnWaZ6B5+yQ4Zh5pqYa7NBg3Y=";
};
installPhase = ''
@ -25,4 +25,4 @@ stdenvNoCC.mkDerivation {
license = licenses.ofl;
platforms = platforms.all;
};
}
}