use generic pandoc

This commit is contained in:
2023-06-17 19:06:03 +08:00
parent a75904a0d8
commit 5c886a3b46

View File

@@ -15,7 +15,11 @@
specialArgs = { inputs = inputs.inputs; };
modules = [{ config.nixpkgs.config.allowUnfree = true; }];
}).pkgs;
in { mono = generic-pkgs.mono; }
in
{
mono = generic-pkgs.mono;
pandoc = generic-pkgs.pandoc;
}
)];
};
};