{ pkgs ? import nixpkgs { inherit system; config = { }; overlays = [ ]; }, nixpkgs ? , system ? builtins.currentSystem, formatter ? pkgs.nixfmt-rfc-style, }: pkgs.mkShellNoCC { packages = [ pkgs.zola formatter pkgs.actionlint ]; }