summaryrefslogtreecommitdiff
path: root/shells/tex/shell.nix
blob: 738c9c7ae1f698e027e2a74f8212196ae7112127 (plain) (blame)
1
2
3
4
{
  pkgs ? import <nixpkgs> { },
}:
pkgs.mkShell { packages = [ pkgs.tectonic ]; }