diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-09-07 12:59:30 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-09-07 12:59:30 -0700 |
| commit | 0afe70a31740367df42fc21c8cbd1916ca19fd01 (patch) | |
| tree | e3ce38729ed2d913e29f1c4a99019e7a126a0c0b /flake.nix | |
| parent | tidy up the resume (diff) | |
| download | fcuny.net-0afe70a31740367df42fc21c8cbd1916ca19fd01.tar.gz | |
convert the resume to HTML instead of PDF
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -23,7 +23,6 @@ inherit system; }; treefmtEval = treefmt-nix.lib.evalModule pkgs ./treefmt.nix; - texlive = pkgs.texlive.combine { inherit (pkgs.texlive) scheme-context; }; in { # for `nix fmt` @@ -61,12 +60,11 @@ src = ./.; buildInputs = [ pandoc - texlive ]; buildPhase = '' mkdir -p $out pandoc --embed-resources -s src/index.org --css=src/css/main.css -t html -o $out/index.html - pandoc --pdf-engine=context src/resume.org -o $out/resume.pdf + pandoc --embed-resources -s src/resume.org --css=src/css/resume.css -t html -o $out/resume.html ''; dontInstall = true; }; |
