forked from M-Labs/nix-scripts
fix kc705-tests name
This commit is contained in:
parent
2468453337
commit
09a3b5a6e7
2
main.nix
2
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;
|
||||
|
|
Loading…
Reference in New Issue