mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
Revert "nixpkgs: use generic haskellPackages"
This reverts commit fd13864f48.
This commit is contained in:
@@ -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; };})];
|
||||
};
|
||||
}
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user