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 ];