From 1e88b22aaf3fb81ed5b8f485442708c0b1ca8bc1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 12 May 2024 14:54:08 +0200 Subject: [PATCH] python312Packages.noiseprotocol: format with nixfmt --- .../python-modules/noiseprotocol/default.nix | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/pkgs/development/python-modules/noiseprotocol/default.nix b/pkgs/development/python-modules/noiseprotocol/default.nix index 9cd38289fae7..8192e2dd4f30 100644 --- a/pkgs/development/python-modules/noiseprotocol/default.nix +++ b/pkgs/development/python-modules/noiseprotocol/default.nix @@ -1,10 +1,11 @@ -{ lib -, buildPythonPackage -, cryptography -, fetchFromGitHub -, pytestCheckHook -, pythonOlder -, setuptools +{ + lib, + buildPythonPackage, + cryptography, + fetchFromGitHub, + pytestCheckHook, + pythonOlder, + setuptools, }: buildPythonPackage rec {