From 8f46f02e74f69a00cf6985be870b60b4f69a1605 Mon Sep 17 00:00:00 2001 From: Quentin Kaiser Date: Mon, 9 Dec 2024 09:56:38 +0100 Subject: [PATCH] chore: format nix file with updated nixfmt --- nix/unblob/tests.nix | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/nix/unblob/tests.nix b/nix/unblob/tests.nix index cd0cdf4acb..6ad70c73ea 100644 --- a/nix/unblob/tests.nix +++ b/nix/unblob/tests.nix @@ -24,11 +24,14 @@ buildPythonApplication { dontBuild = true; dontInstall = true; - nativeCheckInputs = [ - pytestCheckHook - pytest-cov - unblob - ] ++ unblob.runtimeDeps ++ unblob.propagatedBuildInputs; + nativeCheckInputs = + [ + pytestCheckHook + pytest-cov + unblob + ] + ++ unblob.runtimeDeps + ++ unblob.propagatedBuildInputs; pytestFlagsArray = [ "--no-cov" ];