Z3 dependency in NixOS #192
andrew222651
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In case anyone else tries to run CrossHair on NixOS, Z3 (as automatically installed by pip as a dependency of CrossHair) wouldn't work until I added the output of
nix --extra-experimental-features nix-command eval --impure --raw --expr 'with import <nixpkgs> {}; stdenv.cc.cc.lib'
, with/lib
added at the end, to theLD_LIBRARY_PATH
env var. Maybe there's a way of using the Z3 Nix package.Beta Was this translation helpful? Give feedback.
All reactions