wrapper/build: use // instead of overrideAttrs for pin info

This commit is contained in:
alfarel 2026-01-14 23:56:37 +00:00
commit f5d7c1b7c4
No known key found for this signature in database

View file

@ -15,7 +15,8 @@
pin = getPin pname; pin = getPin pname;
version = builtins.substring 0 8 pin.revision; version = builtins.substring 0 8 pin.revision;
in in
pin.outPath.overrideAttrs { pin
// {
inherit pname version; inherit pname version;
name = "${pname}-${version}"; name = "${pname}-${version}";