Update nixpkgs to get proper gcc version #199

Closed
abonerib wants to merge 2 commits from abonerib/jungle:fix/gcc14 into master
Showing only changes of commit 33f41340aa - Show all commits

View File

@@ -10,7 +10,7 @@
, zlib
, autoPatchelfHook
, libfabric
, gcc13
, gcc
, wrapCCWith
}:
@@ -33,8 +33,6 @@ let
maintainers = with lib.maintainers.bsc; [ abonerib ];
};
gcc = gcc13;
v = {
hpckit = "2023.1.0";
compiler = "2023.1.0";