We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 756305f + 763a742 commit a7c9c15Copy full SHA for a7c9c15
flake.nix
@@ -27,7 +27,7 @@
27
util = pkgs.callPackage ./nix/util.nix {
28
# Keep those around in case we want to switch to unstable versions
29
cbmc = pkgs-unstable.cbmc;
30
- bitwuzla = pkgs.bitwuzla;
+ bitwuzla = pkgs-unstable.bitwuzla;
31
z3 = pkgs.z3;
32
};
33
zigWrapCC = zig: pkgs.symlinkJoin {
@@ -151,7 +151,7 @@
151
152
inherit pkgs;
153
154
155
156
157
in
nix/cbmc/default.nix
@@ -62,7 +62,7 @@ buildEnv {
62
63
inherit
64
cadical#2.1.3
65
- bitwuzla# 0.7.0
+ bitwuzla# 0.8.2
66
ninja; # 1.12.1
67
68
}
0 commit comments