workstation: add gcc13Stdenv to prebuildPackages

This commit is contained in:
2023-09-10 22:58:24 +08:00
parent 228a538819
commit 6215e59f74

View File

@@ -247,7 +247,10 @@ inputs:
[
phonopy tensorflow keras openai scipy scikit-learn
])];
_prebuildPackages = [ httplib magic-enum xtensor boost cereal cxxopts ftxui yaml-cpp gfortran gcc10 python2 ];
_prebuildPackages =
[
httplib magic-enum xtensor boost cereal cxxopts ftxui yaml-cpp gfortran gcc10 python2 gcc13Stdenv
];
};
programs =
{