1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

style: clean up code

This commit is contained in:
Ryan Cao 2023-09-11 16:24:15 +08:00
parent 48bd87f26f
commit 80d4d3df60
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
3 changed files with 4 additions and 3 deletions

View file

@ -26,7 +26,6 @@ in {
value = prev.callPackage (
{
stdenvNoCC,
lib,
fetchurl,
}:
stdenvNoCC.mkDerivation rec {

View file

@ -1,5 +1,5 @@
(_: prev: {
ibm-plex = prev.ibm-plex.overrideAttrs (prev': {
ibm-plex = prev.ibm-plex.overrideAttrs (_: {
postInstall = ''
set -eo pipefail
PATH="${prev.fd}/bin:${prev.python311Packages.fonttools}/bin:$PATH"