{ perSystem = { pkgs, config, ... }: { devShells = { default = pkgs.mkShell { packages = with pkgs; [ deadnix git git-lfs ipcalc nil shellcheck statix treefmt ]; shellHook = '' ${config.pre-commit.installationScript} ''; }; }; }; }