_: { config.perSystem = { config, inputs', pkgs, ... }: { devShells = { default = pkgs.mkShell { nativeBuildInputs = config.buildPackages ++ config.develPackages ++ config.deployPackages; shellHook = '' ln -snf ${config.pelicanplugins} plugins ln -snf ${config.pelicantheme} theme ''; }; }; }; }