{pkgs ? import {}, ...}: pkgs.mkShell { name = "frzndev"; packages = with pkgs; [ rust-analyzer rustfmt clippy cargo ]; }