{pkgs ? import {}}: with pkgs; mkShell { name = "planctoscope"; nativeBuildInputs = with pkgs; [ alejandra docker editorconfig-checker git gnumake hadolint mdl nixpkgs-fmt pre-commit python310Packages.mkdocs reuse rnix-lsp vscodium-fhs yaml-language-server yamllint ]; }