From c7c9f7e0ad8373eeb582fed7214f0a161ea4549c Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 15 Mar 2019 14:18:43 +0100 Subject: [PATCH] move gdb dependency from default.nix to shell.nix --- default.nix | 1 - shell.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/default.nix b/default.nix index a720ea9..e495a5c 100644 --- a/default.nix +++ b/default.nix @@ -12,7 +12,6 @@ stdenv.mkDerivation { buildInputs = [ adc2tcp openocd - gdb ]; src = ./.; dontBuild = true; diff --git a/shell.nix b/shell.nix index 2842905..4fc4d27 100644 --- a/shell.nix +++ b/shell.nix @@ -11,7 +11,7 @@ in stdenv.mkDerivation { name = "adc2tcp-env"; buildInputs = with rustPlatform.rust; [ - rustc cargo + rustc cargo gdb ]; # Set Environment Variables