Skip to content

Commit

Permalink
chore: Cleanup DevShell
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtz-j committed Oct 24, 2024
1 parent df0e277 commit 8c3c392
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,6 @@
shellHook = ''
${config.pre-commit.installationScript}
'';

TYPST_FONT_PATHS = pkgs.symlinkJoin {
name = "typst-fonts";
paths = with pkgs; [
noto-fonts
open-sans
jetbrains-mono
texlivePackages.charter
];
};
};
};
};
Expand Down

0 comments on commit 8c3c392

Please sign in to comment.