From b40f89dbe505af643a74f2e151d474c23e20450f Mon Sep 17 00:00:00 2001
From: toon <toon@c3d2.de>
Date: Fri, 23 Aug 2019 12:57:46 +0200
Subject: [PATCH] Add glibc_multi to build input, multiStdenv is not needed
 anymore

---
 shell.nix | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/shell.nix b/shell.nix
index bd460530..41b6519d 100644
--- a/shell.nix
+++ b/shell.nix
@@ -3,10 +3,11 @@
 with pkgs;
 with import ./default.nix;
 
-multiStdenv.mkDerivation {
+stdenv.mkDerivation {
   name = "env";
   buildInputs = [
     gdb
+    glibc_multi
     rust
     pkgsCross.arm-embedded.stdenv.cc
     openocd
-- 
GitLab