diff options
author | regnat <rg@regnat.ovh> | 2021-06-24 11:41:51 +0200 |
---|---|---|
committer | regnat <rg@regnat.ovh> | 2021-06-24 11:41:57 +0200 |
commit | be7a4a6a1303ddbd1f8942f02c04f69016c51da0 (patch) | |
tree | 8d895d96adb6b6f62dfa43ed7ca098c6928aaede /tests/local.mk | |
parent | 01a3f4d7ec79d434dc34b64a761ddf681fe63a48 (diff) |
Make the post-build-hook also run for unresolved CA derivations
Fix #4837
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/local.mk b/tests/local.mk index 82cec1df3..35ee9e271 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -39,6 +39,7 @@ nix_tests = \ search.sh \ nix-copy-ssh.sh \ post-hook.sh \ + ca/post-hook.sh \ function-trace.sh \ recursive.sh \ describe-stores.sh \ |