Skip to content

Commit 33c169d

Browse files
nmouhamkannwischer
authored andcommitted
Use upstream instead of local version of z3 4.15.3
Signed-off-by: Nicky Mouha <nmouha@users.noreply.github.com>
1 parent 8a25f12 commit 33c169d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# Keep those around in case we want to switch to unstable versions
2727
cbmc = pkgs-unstable.cbmc;
2828
bitwuzla = pkgs-unstable.bitwuzla;
29-
z3 = pkgs.z3;
29+
z3 = pkgs-unstable.z3;
3030
};
3131
zigWrapCC = zig: pkgs.symlinkJoin {
3232
name = "zig-wrappers";
@@ -191,7 +191,7 @@
191191
inherit pkgs;
192192
cbmc = pkgs-unstable.cbmc;
193193
bitwuzla = pkgs-unstable.bitwuzla;
194-
z3 = pkgs.z3;
194+
z3 = pkgs-unstable.z3;
195195
};
196196
in
197197
util.mkShell {

0 commit comments

Comments
 (0)