Resume/shell.nix

8 lines
114 B
Nix

with import (./nixpkgs.nix);
pkgs.mkShell {
buildInputs = [
pandoc
texlive.combined.scheme-small
];
}