diff options
author | regnat <rg@regnat.ovh> | 2021-12-20 19:46:55 +0100 |
---|---|---|
committer | regnat <rg@regnat.ovh> | 2021-12-21 09:36:50 +0100 |
commit | d90f9d4b9994dc1f15b9d664ae313f06261d6058 (patch) | |
tree | 95e68ff5cec503447a310138095f3cab13edd799 /tests/local.mk | |
parent | cbbd21ec073781f68029daff153dac2516dafc23 (diff) |
Fix IFD with CA derivations
Rewrite the string taken by the IFD-like primops to contain the actual
output paths of the derivations rather than the placeholders
Fix #5805
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk index 936b72c2a..c22e779a6 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -11,7 +11,7 @@ nix_tests = \ local-store.sh remote-store.sh export.sh export-graph.sh \ db-migration.sh \ timeout.sh secure-drv-outputs.sh nix-channel.sh \ - multiple-outputs.sh import-derivation.sh fetchurl.sh optimise-store.sh \ + multiple-outputs.sh import-derivation.sh ca/import-derivation.sh fetchurl.sh optimise-store.sh \ binary-cache.sh \ substitute-with-invalid-ca.sh \ binary-cache-build-remote.sh \ |