From a3286ac6cb49a84f44f7ba936ea1b3a724f69770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 28 Oct 2021 16:47:06 +0200 Subject: [PATCH] gromacs: fix formatting --- .../science/molecular-dynamics/gromacs/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/applications/science/molecular-dynamics/gromacs/default.nix b/pkgs/applications/science/molecular-dynamics/gromacs/default.nix index a78f462e6f1d..f7756f33499e 100644 --- a/pkgs/applications/science/molecular-dynamics/gromacs/default.nix +++ b/pkgs/applications/science/molecular-dynamics/gromacs/default.nix @@ -1,8 +1,8 @@ -{ lib, stdenv, fetchurl, cmake, hwloc, fftw, perl, blas, lapack, mpi, cudatoolkit, - singlePrec ? true, - enableMpi ? false, - enableCuda ? false, - cpuAcceleration ? null +{ lib, stdenv, fetchurl, cmake, hwloc, fftw, perl, blas, lapack, mpi, cudatoolkit +, singlePrec ? true +, enableMpi ? false +, enableCuda ? false +, cpuAcceleration ? null }: let