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/ca | |
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/ca')
-rw-r--r-- | tests/ca/import-derivation.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ca/import-derivation.sh b/tests/ca/import-derivation.sh new file mode 100644 index 000000000..e98e0fbd0 --- /dev/null +++ b/tests/ca/import-derivation.sh @@ -0,0 +1,6 @@ +source common.sh + +export NIX_TESTS_CA_BY_DEFAULT=1 + +cd .. && source import-derivation.sh + |