From ab1a60b2791d02590f7805ae0e9ab6126c86ef68 Mon Sep 17 00:00:00 2001 From: Aidan Gauland Date: Fri, 27 May 2022 23:05:56 +1200 Subject: [PATCH] Apply suggestions from code review Apply minor stylistic changes from code review feedback. Co-authored-by: Simon Bruder --- plugins/vsgan/default.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/plugins/vsgan/default.nix b/plugins/vsgan/default.nix index deb0dcf..e75feb5 100644 --- a/plugins/vsgan/default.nix +++ b/plugins/vsgan/default.nix @@ -1,9 +1,10 @@ -{ lib, - buildPythonPackage, - fetchFromGitHub, - vapoursynth, - poetry, - python3Packages +{ lib +, buildPythonPackage +, fetchFromGitHub +, vapoursynth +, numpy +, poetry +, pytorch }: buildPythonPackage rec { @@ -20,11 +21,10 @@ buildPythonPackage rec { format = "pyproject"; propagatedBuildInputs = [ - poetry - ] ++ (with python3Packages; [ numpy + poetry pytorch - ]); + ]; checkInputs = [ vapoursynth