{ pkgs }: { formatting = pkgs.runCommand "check-formatting" { buildInputs = [ pkgs.nixfmt-rfc-style ]; } '' cd ${./..} touch $out ''; }