Revert "nixpkgs: use generic pandoc"

This reverts commit 558a61a0f1.
This commit is contained in:
陈浩南 2023-09-10 00:26:51 +08:00
parent 558a61a0f1
commit b4792327e6

View File

@ -22,12 +22,8 @@ inputs:
{ {
config.allowUnfree = true; config.allowUnfree = true;
config.cudaSupport = nixpkgs.cudaSupport; config.cudaSupport = nixpkgs.cudaSupport;
overlays = [(final: prev: rec overlays = [(final: prev: { genericPackages =
{ import inputs.topInputs.nixpkgs { system = "x86_64-linux"; config.allowUnfree = true; };})];
genericPackages =
import inputs.topInputs.nixpkgs { system = "x86_64-linux"; config.allowUnfree = true; };
pandoc = genericPackages.pandoc;
})];
}; };
} }
( (