let pkgs = import { }; in pkgs.mkShell { buildInputs = with pkgs; [ cargo rustc rustfmt nixos-shell ]; }