diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-03-15 16:22:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 16:22:42 +0100 |
commit | 306c154632c03fe27e1513f4fb8797dd81536c05 (patch) | |
tree | 72b25bc204ee9a60a7049c7f18a32389d58e179a /tests/local.mk | |
parent | 8127094f767b6caae145bc395a504ca62f30af3e (diff) | |
parent | 93b5a59b674c0a29846828c7d14b434cc954f8ee (diff) |
Merge pull request #4592 from NixOS/ca/remote-cache
Substitute content-addressed derivations
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk index 07cfd7a50..e17555051 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -41,7 +41,8 @@ nix_tests = \ build.sh \ compute-levels.sh \ ca/build.sh \ - ca/nix-copy.sh + ca/nix-copy.sh \ + ca/substitute.sh # parallel.sh install-tests += $(foreach x, $(nix_tests), tests/$(x)) |