This is my flakeless configuration for macOS using nix
{ pkgs, ... }:

{
  programs.pandoc = {
    enable = true;
  };
}