From 5df4c896d0a0e5bcf5edadf85b06f44a3f592d3e Mon Sep 17 00:00:00 2001 From: Jonathan Protzenko Date: Fri, 20 Dec 2024 09:32:23 -0800 Subject: [PATCH] Update flake.nix On my local machine, Unix makefiles is the chosen build option and does not use subdirectories of build/ --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 2718f346b..c04774db0 100644 --- a/flake.nix +++ b/flake.nix @@ -118,8 +118,8 @@ -DCMAKE_SHARED_LINKER_FLAGS="-fuse-ld=mold" \ -G "Ninja Multi-Config" -B build cmake --build build --config Release - build/ml_kem_test - build/sha3_test + build/Release/ml_kem_test + build/Release/sha3_test rm -rf build/_deps ''; checkPhase = ''