{ pkgs, config, ... }: { devShells = { default = pkgs.mkShell { packages = builtins.attrValues { inherit (pkgs) age just nil sops ssh-to-age nixfmt ; }; shellHook = "${config.pre-commit.installationScript}"; }; }; }