Skip to content

Commit

Permalink
nixVersions.nix_2_3: use gcc12Stdenv
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Joseph committed Nov 19, 2023
1 parent 029be46 commit 48eb833
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/tools/package-management/nix/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ lib
, gcc12Stdenv
, config
, aws-sdk-cpp
, boehmgc
Expand Down Expand Up @@ -154,7 +155,10 @@ in lib.makeExtensible (self: ({
patches = [
patch-monitorfdhup
];
}).override { boehmgc = boehmgc-nix_2_3; };
}).override {
boehmgc = boehmgc-nix_2_3;
stdenv = gcc12Stdenv;
};

nix_2_10 = common {
version = "2.10.3";
Expand Down

0 comments on commit 48eb833

Please sign in to comment.