This commit is contained in:
Alejandro Angulo 2024-04-24 19:59:22 -07:00
parent c8fb4898ed
commit a64336d9ae
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
2 changed files with 5 additions and 21 deletions

View file

@ -2,13 +2,12 @@
description = "Resume";
inputs = {
nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
};
outputs = {
self,
nixpkgs,
flake-utils,
}: let
pkgs = import nixpkgs {
inherit system;
@ -19,7 +18,7 @@
fonts = ["Hack"];
};
tex = pkgs.texlive.combine {
inherit (pkgs.texlive) scheme-basic latex-bin latexmk enumitem multirow titlesec xcolor fontspec chktex latexindent;
inherit (pkgs.texlive) scheme-basic latex-bin latexmk enumitem multirow titlesec xcolor fontspec chktex latexindent etoolbox;
};
vars = ["email" "phonenumber"];
# Create definitions like \def\email{$EMAIL}