# rocie - An enterprise grocery management system # # Copyright (C) 2024 Benedikt Peetz # Copyright (C) 2025 Benedikt Peetz # SPDX-License-Identifier: GPL-3.0-or-later # # This file is part of Rocie. # # You should have received a copy of the License along with this program. # If not, see . { mkShell, cargo, clippy, rustc, rustfmt, mold, cargo-edit, cargo-expand, }: mkShell { __structuredAttrs = true; packages = [ # rust stuff cargo clippy rustc rustfmt mold cargo-edit cargo-expand ]; }