{ pkgs ? import { }, }: pkgs.mkShell { buildInputs = with pkgs; [ rustup pkg-config gcc ]; shellHook = '' rustup target add x86_64-unknown-linux-musl ''; }