# SPDX-FileCopyrightText: 2022 Alyssa Ross # SPDX-License-Identifier: MIT { pkgs ? import {} }: with pkgs; mkShell { nativeBuildInputs = [ reuse rustfmt ]; }