Skip to content

Commit c0616db

Browse files
[fix](build): change resume to pandoc
Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com>
1 parent f8dc649 commit c0616db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
perSystem = nixpkgs.lib.genAttrs supportedSystems;
2222
pkgsFor = system: import nixpkgs { inherit system; };
2323

24-
buildResumeFor = system:
24+
buildPandocFor = system:
2525
let pkgs = pkgsFor system;
2626
in pkgs.runCommand "build-pandoc" {
2727
nativeBuildInputs = with pkgs; [ pandoc texlive.combined.scheme-context ];

0 commit comments

Comments
 (0)