From a4e5de1b9d26584615946057430df9e63d842f53 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Mon, 12 Oct 2020 23:51:23 +0000 Subject: Derivations can output "text-hashed" data In particular, this means that derivations can output derivations. But that ramification isn't (yet!) useful as we would want, since there is no way to have a dependent derivation that is itself a dependent derivation. --- tests/local.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/local.mk') diff --git a/tests/local.mk b/tests/local.mk index a1929f96d..ce50a4ca5 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -35,7 +35,8 @@ nix_tests = \ recursive.sh \ describe-stores.sh \ flakes.sh \ - content-addressed.sh + content-addressed.sh \ + text-hashed-output.sh # parallel.sh # build-remote-content-addressed-fixed.sh \ -- cgit v1.2.3