with import {}; pkgs.mkShell { buildInputs = [ rustup ]; shellHook = '' export PATH=$HOME/.cargo/bin''${PATH:+:}$PATH ''; }