nix: bump nixpkgs version

- move from GHC 9.2.3 to GHC 9.2.4
- drop upstreamed openssl runtime dependency patch
This commit is contained in:
Robert Vollmert
2022-08-10 06:46:43 +02:00
committed by Robert
parent 3648986aa8
commit 57bc3d805c
5 changed files with 7 additions and 95 deletions
+3 -11
View File
@@ -21,13 +21,6 @@ let
patches.static-haskell-nix-ghc-bignum
];
patchedNixpkgs =
patches.applyPatches "patched-nixpkgs"
nixpkgs
[
patches.nixpkgs-openssl-split-runtime-dependencies-of-static-builds
];
extraOverrides =
final: prev:
rec {
@@ -51,14 +44,13 @@ let
)
];
# Apply our overlay to the given pkgs.
# Apply our overlay to nixpkgs.
normalPkgs =
import patchedNixpkgs { inherit overlays; };
import nixpkgs { inherit overlays; };
defaultCabalPackageVersionComingWithGhc =
{
ghc8107 = "Cabal_3_2_1_0";
ghc923 = "Cabal_3_6_3_0";
ghc924 = "Cabal_3_6_3_0";
}."${compiler}";
# The static-haskell-nix 'survey' derives a full static set of Haskell