From 3d844977efaa25d912d3c46d57ee8a907b05eaf2 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 9 May 2019 20:58:11 +0200 Subject: [PATCH] nix: openocd.src = openocd --- nix/openocd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/openocd.nix b/nix/openocd.nix index 6f3648c..7c93fcf 100644 --- a/nix/openocd.nix +++ b/nix/openocd.nix @@ -6,7 +6,7 @@ stdenv.mkDerivation { openocd makeWrapper ]; - src = ./.; + src = openocd; noBuild = true; installPhase = let