diff options
author | Guillaume Boisseau | 2024-05-02 18:27:08 +0200 |
---|---|---|
committer | GitHub | 2024-05-02 18:27:08 +0200 |
commit | b0da3c24861db80bca78cca8f5483a5983a6fb5b (patch) | |
tree | f72bffc3131b7e857230adda708bef39412860d3 /flake.nix | |
parent | 37cf570462cff897eaeb34d3a48179ae9597ce65 (diff) | |
parent | 61e0964d3deb0b964015b554be724c11bd07fda7 (diff) |
Merge pull request #167 from AeneasVerif/bump-charon
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -85,8 +85,7 @@ }; buildPhase = '' # We need to provide the paths to the Charon tests derivations - export CHARON_TESTS_REGULAR_DIR=${charon.checks.${system}.tests} - export CHARON_TESTS_POLONIUS_DIR=${charon.checks.${system}.tests-polonius} + export CHARON_TEST_DIR=${charon.checks.${system}.tests} # Copy the Aeneas executable, and update the path to it cp ${aeneas}/bin/aeneas aeneas |