{ pkgs ? import {} }: let overrides = (builtins.fromTOML (builtins.readFile ./rust-toolchain.toml)); libPath = with pkgs; lib.makeLibraryPath []; in pkgs.mkShell { packages = with pkgs; [ opentofu summon ansible passage # cargo ]; }