From 6626c315d7f92cda0c10d3c09e1187fabdd42404 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sat, 6 Jan 2024 16:30:40 -0600 Subject: [PATCH] In some cases, 'self' would not be passed to the package. It's not necessary so remove it. --- nix/package.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/package.nix b/nix/package.nix index 0e4d1d4b7..62d28b934 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -1,5 +1,4 @@ { - self, lib, stdenv, bzip2,