Switched back to non-llvm stdlib

This commit is contained in:
Werner Kroneman 2024-09-11 16:59:21 +02:00
parent c77773a843
commit 3b7e6be0d3

View file

@ -15,7 +15,7 @@
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixpkgs-fmt;
packages.x86_64-linux.default = pkgs.llvmPackages_17.libcxxStdenv.mkDerivation {
packages.x86_64-linux.default = pkgs.llvmPackages_17.stdenv.mkDerivation {
name = "modules_test";
src = ./.;
nativeBuildInputs = with pkgs; [