From c0616db87f05630d93ad788a032ebe3910f19540 Mon Sep 17 00:00:00 2001 From: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> Date: Tue, 7 Jan 2025 12:06:20 -0500 Subject: [PATCH] [fix](build): change resume to pandoc Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2109495f..2a7017a6 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ perSystem = nixpkgs.lib.genAttrs supportedSystems; pkgsFor = system: import nixpkgs { inherit system; }; - buildResumeFor = system: + buildPandocFor = system: let pkgs = pkgsFor system; in pkgs.runCommand "build-pandoc" { nativeBuildInputs = with pkgs; [ pandoc texlive.combined.scheme-context ];