From dd73077dc3080cb250c84db56bf2b03b85da6bdd Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 26 Sep 2022 22:14:28 -0400 Subject: [PATCH] srcOnly: remove unused binding --- pkgs/build-support/src-only/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build-support/src-only/default.nix b/pkgs/build-support/src-only/default.nix index b4e373cd058e..520753e37460 100644 --- a/pkgs/build-support/src-only/default.nix +++ b/pkgs/build-support/src-only/default.nix @@ -1,4 +1,4 @@ -{ stdenv }@orig: +{ stdenv }: # srcOnly is a utility builder that only fetches and unpacks the given `src`, # maybe pathings it in the process with the optional `patches` and # `buildInputs` attributes.