Skip to content
Snippets Groups Projects
Commit db24f516 authored by Astro's avatar Astro :gear:
Browse files

Merge branch 'fix-nix-shell' into 'master'

Add glibc_multi to build input, multiStdenv is not needed anymore

See merge request !4
parents 2d438c24 b40f89db
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment