fix kc705-tests name

pull/16/head
Sebastien Bourdeauducq 2019-03-14 12:28:25 +08:00
parent 2468453337
commit 09a3b5a6e7
1 changed files with 1 additions and 1 deletions

View File

@ -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;