diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2020-08-16 17:38:12 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2020-08-16 17:38:12 +0000 |
commit | dbf96e10ecc75410c9db798f208f8a8310842a4f (patch) | |
tree | 2110f6cdc69b6d3203b7c651bfab41eb1a6760eb /tests/local.mk | |
parent | 13e49be6602314fe5e5d7beb8a807d5d892e864e (diff) |
Test remote building with fixed output 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 5c77b9bb7..492d6a0fd 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -14,7 +14,8 @@ nix_tests = \ placeholders.sh nix-shell.sh \ linux-sandbox.sh \ build-dry.sh \ - build-remote.sh \ + build-remote-input-addressed.sh \ + build-remote-content-addressed-fixed.sh \ nar-access.sh \ structured-attrs.sh \ fetchGit.sh \ |