From e13a7fc050fd3e87cf9ae449d7fd4f14558b8092 Mon Sep 17 00:00:00 2001 From: Ted Blackman Date: Thu, 25 Jun 2020 02:48:55 -0400 Subject: [PATCH] ci: try @joemfb's one weird trick --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6fbfc591e2..0a575fc1c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ jobs: nix: 2.3.6 before_install: - git lfs pull + - echo "trusted-users = root travis" | sudo tee -a /etc/nix/nix.conf && sudo pkill nix-daemon install: - nix-env -iA cachix -f https://cachix.org/api/v1/install script: