From 88ffd3b77bee65749a418e080370a0a489684439 Mon Sep 17 00:00:00 2001 From: mwojcik Date: Tue, 26 Apr 2022 13:06:51 +0800 Subject: [PATCH] flake: fix artiq package in zc706-hitl-tests --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f297e6e..52ba789 100644 --- a/flake.nix +++ b/flake.nix @@ -274,7 +274,7 @@ __networked = true; buildInputs = [ - pkgs.netcat pkgs.openssh pkgs.rsync artiq artiq-netboot zynqpkgs.zc706-szl + pkgs.netcat pkgs.openssh pkgs.rsync artiqpkgs.artiq artiq-netboot zynqpkgs.zc706-szl ]; phases = [ "buildPhase" ];