Update sandbox-shell.nix

This commit is contained in:
Matthew Bauer
2018-11-05 15:16:45 -06:00
committed by GitHub
parent a06177e65a
commit 0d30f7b023

View File

@@ -3,7 +3,7 @@
# Minimal shell for use as basic /bin/sh in sandbox builds
busybox.override {
# musl roadmap has RISC-V support projected for 1.1.20
useMusl = !stdenv.hostPlatform.isRiscV;
useMusl = !stdenv.hostPlatform.isRiscV && stdenv.hostPlatform.libc != "bionic";
enableStatic = true;
enableMinimal = true;
extraConfig = ''