srcOnly: remove unused binding

This commit is contained in:
figsoda
2022-09-26 22:18:55 -04:00
parent f9f6872960
commit dd73077dc3
+1 -1
View File
@@ -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.