From 49a382308c4d68bb6094639403dbc8b4570dac94 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 14 Oct 2024 18:28:05 +0200 Subject: [PATCH] snakemake: format --- pkgs/by-name/sn/snakemake/package.nix | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/sn/snakemake/package.nix b/pkgs/by-name/sn/snakemake/package.nix index 07cc2ceaedcc..4e11f5f520af 100644 --- a/pkgs/by-name/sn/snakemake/package.nix +++ b/pkgs/by-name/sn/snakemake/package.nix @@ -1,7 +1,8 @@ -{ lib -, fetchPypi -, python3 -, stress +{ + lib, + fetchPypi, + python3, + stress, }: python3.pkgs.buildPythonApplication rec { @@ -133,6 +134,10 @@ python3.pkgs.buildPythonApplication rec { workflows are essentially Python scripts extended by declarative code to define rules. Rules describe how to create output files from input files. ''; - maintainers = with maintainers; [ helkafen renatoGarcia veprbl ]; + maintainers = with maintainers; [ + helkafen + renatoGarcia + veprbl + ]; }; }