From 09a3b5a6e71863821057563a4c52c577c6139fa0 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 14 Mar 2019 12:28:25 +0800 Subject: [PATCH] fix kc705-tests name --- main.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.nix b/main.nix index 01a13bb..0fe5325 100644 --- a/main.nix +++ b/main.nix @@ -42,7 +42,7 @@ in # changes, i.e. when the ARTIQ version changes (and not the dependencies). # Impure derivations, when they land in Nix/Hydra, should improve the situation. kc705-tests = pkgs.stdenv.mkDerivation { - name = "extended-tests"; + name = "kc705-tests"; outputHashAlgo = "sha256"; outputHashMode = "recursive"; outputHash = import generateTestOkHash;