{ config, pkgs, self, system, ... }: { devShells.default = pkgs.mkShell { inherit (self.checks.${system}.pre-commit-check) shellHook; buildInputs = self.checks.${system}.pre-commit-check.enabledPackages; inputsFrom = [ config.flake-root.devShell config.just-flake.outputs.devShell ]; }; }