0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

srcOnly: remove unused binding

This commit is contained in:
figsoda 2022-09-26 22:14:28 -04:00
parent f9f6872960
commit dd73077dc3

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.