Switched back to non-llvm stdlib
This commit is contained in:
parent
c77773a843
commit
3b7e6be0d3
|
@ -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; [
|
||||
|
|
Loading…
Reference in a new issue