Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# Keep those around in case we want to switch to unstable versions
cbmc = pkgs-unstable.cbmc;
bitwuzla = pkgs-unstable.bitwuzla;
z3 = pkgs.z3;
z3 = pkgs-unstable.z3;
};
zigWrapCC = zig: pkgs.symlinkJoin {
name = "zig-wrappers";
Expand Down Expand Up @@ -191,7 +191,7 @@
inherit pkgs;
cbmc = pkgs-unstable.cbmc;
bitwuzla = pkgs-unstable.bitwuzla;
z3 = pkgs.z3;
z3 = pkgs-unstable.z3;
};
in
util.mkShell {
Expand Down