mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-28 14:04:29 +00:00
wrapper/build: use // instead of overrideAttrs for pin info
This commit is contained in:
parent
fde3a1c034
commit
f5d7c1b7c4
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@
|
|||
pin = getPin pname;
|
||||
version = builtins.substring 0 8 pin.revision;
|
||||
in
|
||||
pin.outPath.overrideAttrs {
|
||||
pin
|
||||
// {
|
||||
inherit pname version;
|
||||
name = "${pname}-${version}";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue