Skip to content

Commit a789027

Browse files
committed
Nix delenda est
1 parent 8df3807 commit a789027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: nix/bootstrap.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ lib.warn "The Nix-based build is deprecated" rec {
1717
'';
1818
} // args // {
1919
src = args.realSrc or (sourceByRegex args.src [ "[a-z].*" "CMakeLists\.txt" ]);
20-
cmakeFlags = ["-DSMALL_ALLOCATOR=ON", "-DUSE_MIMALLOC=OFF"] ++ (args.cmakeFlags or [ "-DSTAGE=1" "-DPREV_STAGE=./faux-prev-stage" "-DUSE_GITHASH=OFF" "-DCADICAL=${cadical}/bin/cadical" ]) ++ (args.extraCMakeFlags or extraCMakeFlags) ++ lib.optional (args.debug or debug) [ "-DCMAKE_BUILD_TYPE=Debug" ];
20+
cmakeFlags = ["-DSMALL_ALLOCATOR=ON" "-DUSE_MIMALLOC=OFF"] ++ (args.cmakeFlags or [ "-DSTAGE=1" "-DPREV_STAGE=./faux-prev-stage" "-DUSE_GITHASH=OFF" "-DCADICAL=${cadical}/bin/cadical" ]) ++ (args.extraCMakeFlags or extraCMakeFlags) ++ lib.optional (args.debug or debug) [ "-DCMAKE_BUILD_TYPE=Debug" ];
2121
preConfigure = args.preConfigure or "" + ''
2222
# ignore absence of submodule
2323
sed -i 's!lake/Lake.lean!!' CMakeLists.txt

0 commit comments

Comments
 (0)