summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAymeric Fromherz2024-05-06 15:07:31 +0200
committerGitHub2024-05-06 15:07:31 +0200
commit8cd1eede6d9fd4c979cf01b48536dfda6b2e6bd6 (patch)
treed03ee22990ffa3780d8b3316dc0fd7249c76b6aa /flake.nix
parent7b51b22392d096ee1e2cd62a7ef231c8f3cef7d9 (diff)
parente2983a390de8758640d9e526e1bb9f908813891e (diff)
Merge branch 'main' into afromher/traits
Diffstat (limited to '')
-rw-r--r--flake.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 6f868e3b..fd94d1d0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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