From cc83ff401fe5d13b44fdfa3c33b757bb99f8cb8c Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Fri, 29 May 2026 23:59:45 +0200 Subject: flake - refactor whitespace, comments --- flake.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index 51ffc0f..e02796b 100644 --- a/flake.nix +++ b/flake.nix @@ -36,12 +36,7 @@ }); in { - # Build our package using `buildPythonPackage - packages.x86_64-linux.default = - # Pass attributes to buildPythonPackage. - # Here is a good spot to add on any missing or custom attributes. - pkg; - } // { - pythonPath = "${python.pkgs.makePythonPath attrs.dependencies}:${pkg}/${python.sitePackages}"; + packages.x86_64-linux.default = pkg; + pythonPath = "${python.pkgs.makePythonPath attrs.dependencies}:${pkg}/${python.sitePackages}"; }; } -- cgit v1.3.1