{ pkgs ? import {} }: let inherit (pkgs) mkShellNoCC rustc cargo rust-analyzer ; in mkShellNoCC { packages = [ rustc cargo rust-analyzer ]; }