Get a TeX Live bundle, e.g. on Nix:
nix-shell -p texlive.combined.scheme-basic
Or with Homebrew for macOS:
brew install --cask mactex
| { | |
| description = "NixVim Reprex VM Flake"; | |
| inputs = { | |
| nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; | |
| nixvim = { | |
| url = "github:nix-community/nixvim/b5efe91c5215aaaeefbb117d1951ea773e96ddd1"; # Breaking commit that removed specialArgs.lib | |
| inputs.nixpkgs.follows = "nixpkgs"; | |
| }; | |
| home-manager = { |
Get a TeX Live bundle, e.g. on Nix:
nix-shell -p texlive.combined.scheme-basic
Or with Homebrew for macOS:
brew install --cask mactex