diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-05-10 10:41:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-10 10:41:59 -0400 |
commit | 53a1354acfa9a3d7e0a6c3914ff3c53115d4c452 (patch) | |
tree | 650fc498d41d3e6393b09eef60640e0996f420ad /tests/recursive.sh | |
parent | 85ff21205104a475c8745c5919aa1378dd49ecad (diff) | |
parent | 6a3a87a714e1f3be1464f8fd4c82714b7d032879 (diff) |
Merge pull request #3959 from obsidiansystems/ca-drv-exotic
Derivations can output "text-hashed" data
Diffstat (limited to 'tests/recursive.sh')
-rw-r--r-- | tests/recursive.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/recursive.sh b/tests/recursive.sh index 638f06f85..ffeb44e50 100644 --- a/tests/recursive.sh +++ b/tests/recursive.sh @@ -1,11 +1,11 @@ source common.sh -sed -i 's/experimental-features .*/& recursive-nix/' "$NIX_CONF_DIR"/nix.conf -restartDaemon - # FIXME if [[ $(uname) != Linux ]]; then skipTest "Not running Linux"; fi +enableFeatures 'recursive-nix' +restartDaemon + clearStore rm -f $TEST_ROOT/result |