Skip to content

Commit

Permalink
[fix](build): change resume to pandoc
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Hightower <[email protected]>
  • Loading branch information
RalphHightower authored Jan 7, 2025
1 parent f8dc649 commit c0616db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit c0616db

Please sign in to comment.