From 8f0de40b3dbb7abcd22e141292541489ba6814fe Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Thu, 27 Feb 2025 19:56:43 +0100 Subject: [PATCH] Update nix. --- nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/default.nix b/nix/default.nix index 47b30b181..a0d4697ec 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -61,7 +61,7 @@ in llvmPackages.stdenv.mkDerivation (finalAttrs: { checkPhase = '' runHook preCheck ( cd ../resources/testproject; ../../build/c3c build --trust=full ) - ( cd ../test; ../build/c3c compile-run -O1 src/test_suite_runner.c3 --stdlib ../lib7 --enable-new-generics -- ../build/c3c test_suite ) + ( cd ../test; ../build/c3c compile-run -O1 src/test_suite_runner.c3 -- ../build/c3c test_suite ) runHook postCheck '';