From 13f78c557b402422aefc09cc217b001d83f08baa Mon Sep 17 00:00:00 2001 From: eldritch horrors Date: Mon, 4 Mar 2024 07:15:08 +0100 Subject: Merge pull request #9589 from obsidiansystems/floating-content-addressing-derivations-eval-store Fix building CA derivations with and eval store (cherry picked from commit dfc0cee7024a082d90a4f68296f55a82dfd52126) Change-Id: I28feb5a36d4fe75f0ed3e3e2db6eb56b67d0f371 --- tests/functional/ca/eval-store.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/functional/ca/eval-store.sh (limited to 'tests/functional/ca/eval-store.sh') diff --git a/tests/functional/ca/eval-store.sh b/tests/functional/ca/eval-store.sh new file mode 100644 index 000000000..9cc499606 --- /dev/null +++ b/tests/functional/ca/eval-store.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +# Ensure that garbage collection works properly with ca derivations + +source common.sh + +export NIX_TESTS_CA_BY_DEFAULT=1 + +cd .. +source eval-store.sh -- cgit v1.2.3