From f10274b241254f77d8842a7d7fd31f3e1bcc8860 Mon Sep 17 00:00:00 2001 From: Jakob Lechner Date: Sat, 10 Jun 2023 12:53:38 +0000 Subject: [PATCH] Remove commented lines --- pkgs/pretix/pretix.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/pretix/pretix.nix b/pkgs/pretix/pretix.nix index a628ef3..a5b61f6 100644 --- a/pkgs/pretix/pretix.nix +++ b/pkgs/pretix/pretix.nix @@ -53,6 +53,3 @@ poetry2nix.mkPoetryApplication rec { } ); } -# .overrideAttrs(old: { -# inherit (old.passthru.pythonPackages.pretix) pname name version; -# })