shell.nix 122 B

123
  1. { pkgs ? import <nixpkgs> { } }:
  2. with pkgs;
  3. mkShell { buildInputs = [ pandoc texlive.combined.scheme-context gnumake ]; }