Revert "nixpkgs: use generic haskellPackages"

This reverts commit fd13864f48.
This commit is contained in:
2023-09-10 01:51:40 +08:00
parent fd13864f48
commit 77b8330ed5

View File

@@ -22,13 +22,8 @@ inputs:
{
config.allowUnfree = true;
config.cudaSupport = nixpkgs.cudaSupport;
overlays = [(final: prev: rec
{
genericPackages =
import inputs.topInputs.nixpkgs { system = "x86_64-linux"; config.allowUnfree = true; };
# a lot of haskell library failed to test on custom march
haskellPackages = genericPackages.haskellPackages;
})];
overlays = [(final: prev: { genericPackages =
import inputs.topInputs.nixpkgs { system = "x86_64-linux"; config.allowUnfree = true; };})];
};
}
(