{ inputs, ... }: { perSystem = { pkgs, system, ... }: { devShells.default = pkgs.mkShell { packages = with pkgs; [ inputs.agenix.packages.${system}.default deploy-rs nil nixfmt-rfc-style ]; }; }; }