From 2829b74b48920753117e7c207e2beee016b533a9 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 14 Mar 2019 17:52:44 +0800 Subject: [PATCH] Revert "kc705-tests: try to use installPhase instead" This reverts commit 16fc05959fb3203762f42ee8f741df5d0f5918c8. --- main.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.nix b/main.nix index 8d1f147..d1020b8 100644 --- a/main.nix +++ b/main.nix @@ -55,8 +55,8 @@ in artiqpkgs.openocd pkgs.iputils ]; - phases = [ "installPhase" ]; - installPhase = + phases = [ "buildPhase" ]; + buildPhase = '' whoami export HOME=`mktemp -d`