fixup! sed 's/_: {/{/g'

This commit is contained in:
Guanran Wang 2024-01-16 09:29:05 +08:00
parent 4285f6330d
commit 095706efcd
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -1,4 +1,4 @@
_: let let
addPatches = pkg: patches: addPatches = pkg: patches:
pkg.overrideAttrs (old: { pkg.overrideAttrs (old: {
patches = (old.patches or []) ++ patches; patches = (old.patches or []) ++ patches;